Lines Matching refs:initialized
1546 void ITTAPI __itt_heap_allocate_begin(__itt_heap_function h, size_t size, int initialized);
1551 ITT_STUBV(ITTAPI, void, heap_allocate_begin, (__itt_heap_function h, size_t size, int initialized))
1555 #define __itt_heap_allocate_begin(h, size, initialized)
1566 …d ITTAPI __itt_heap_allocate_end(__itt_heap_function h, void** addr, size_t size, int initialized);
1571 …TTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, int initialized))
1575 #define __itt_heap_allocate_end(h, addr, size, initialized)
1626 …I __itt_heap_reallocate_begin(__itt_heap_function h, void* addr, size_t new_size, int initialized);
1631 …void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size, int initialized))
1635 #define __itt_heap_reallocate_begin(h, addr, new_size, initialized)
1646 …allocate_end(__itt_heap_function h, void* addr, void** new_addr, size_t new_size, int initialized);
1651 …locate_end, (__itt_heap_function h, void* addr, void** new_addr, size_t new_size, int initialized))
1655 #define __itt_heap_reallocate_end(h, addr, new_addr, new_size, initialized)