Searched refs:__itt_heap_function (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify.h | 1484 typedef void* __itt_heap_function; typedef 1491 __itt_heap_function ITTAPI __itt_heap_function_createA(const char* name, const char* domain); 1501 __itt_heap_function ITTAPI __itt_heap_function_create(const char* name, const char* domain); 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); 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); [all …]
|
| H A D | ittnotify_static.h | 174 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char *name, const char *d… 175 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t *name, const wchar_t *d… 177 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char *name, const char *d… 180 ITT_STUBV(ITTAPI, void, heap_allocate_begin, (__itt_heap_function h, size_t size, int initialized… 181 ITT_STUBV(ITTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, in… 182 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 183 ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 184 ITT_STUBV(ITTAPI, void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size… 185 ITT_STUBV(ITTAPI, void, heap_reallocate_end, (__itt_heap_function h, void* addr, void** new_addr…
|