Lines Matching refs:__itt_heap_function
1484 typedef void* __itt_heap_function; typedef
1491 __itt_heap_function ITTAPI __itt_heap_function_createA(const char* name, const char* domain);
1492 __itt_heap_function ITTAPI __itt_heap_function_createW(const wchar_t* name, const wchar_t* domain);
1501 __itt_heap_function ITTAPI __itt_heap_function_create(const char* name, const char* domain);
1508 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char* name, const char* d…
1509 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t* name, const wchar_t* d…
1511 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char* name, const char* d…
1524 #define __itt_heap_function_createA(name, domain) (__itt_heap_function)0
1526 #define __itt_heap_function_createW(name, domain) (__itt_heap_function)0
1529 #define __itt_heap_function_create(name, domain) (__itt_heap_function)0
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))
1566 void ITTAPI __itt_heap_allocate_end(__itt_heap_function h, void** addr, size_t size, int initialize…
1571 ITT_STUBV(ITTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, int in…
1586 void ITTAPI __itt_heap_free_begin(__itt_heap_function h, void* addr);
1591 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr))
1606 void ITTAPI __itt_heap_free_end(__itt_heap_function h, void* addr);
1611 ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void* addr))
1626 void ITTAPI __itt_heap_reallocate_begin(__itt_heap_function h, void* addr, size_t new_size, int ini…
1631 ITT_STUBV(ITTAPI, void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size,…
1646 void ITTAPI __itt_heap_reallocate_end(__itt_heap_function h, void* addr, void** new_addr, size_t ne…
1651 ITT_STUBV(ITTAPI, void, heap_reallocate_end, (__itt_heap_function h, void* addr, void** new_addr, s…