Searched refs:__itt_heap_function (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify.h | 1352 typedef void* __itt_heap_function; typedef 1359 __itt_heap_function ITTAPI __itt_heap_function_createA(const char* name, const char* domain); 1369 __itt_heap_function ITTAPI __itt_heap_function_create(const char* name, const char* domain); 1392 #define __itt_heap_function_createA(name, domain) (__itt_heap_function)0 1394 #define __itt_heap_function_createW(name, domain) (__itt_heap_function)0 1397 #define __itt_heap_function_create(name, domain) (__itt_heap_function)0 1414 void ITTAPI __itt_heap_allocate_begin(__itt_heap_function h, size_t size, int initialized); 1454 void ITTAPI __itt_heap_free_begin(__itt_heap_function h, void* addr); 1459 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr)) 1474 void ITTAPI __itt_heap_free_end(__itt_heap_function h, void* addr); [all …]
|
| H A D | ittnotify_static.h | 147 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char *name, const char *d… 148 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t *name, const wchar_t *d… 150 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char *name, const char *d… 153 ITT_STUBV(ITTAPI, void, heap_allocate_begin, (__itt_heap_function h, size_t size, int initialized… 154 ITT_STUBV(ITTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, in… 155 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 156 ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 157 ITT_STUBV(ITTAPI, void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size… 158 ITT_STUBV(ITTAPI, void, heap_reallocate_end, (__itt_heap_function h, void* addr, void** new_addr…
|