Searched refs:__itt_heap_function (Results 1 – 2 of 2) sorted by relevance
| /external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| D | ittnotify.h | 1351 typedef void* __itt_heap_function; typedef 1358 __itt_heap_function ITTAPI __itt_heap_function_createA(const char* name, const char* domain); 1359 __itt_heap_function ITTAPI __itt_heap_function_createW(const wchar_t* name, const wchar_t* domain); 1368 __itt_heap_function ITTAPI __itt_heap_function_create(const char* name, const char* domain); 1375 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char* name, const char* d… 1376 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t* name, const wchar_t* d… 1378 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char* name, const char* d… 1391 #define __itt_heap_function_createA(name, domain) (__itt_heap_function)0 1393 #define __itt_heap_function_createW(name, domain) (__itt_heap_function)0 1396 #define __itt_heap_function_create(name, domain) (__itt_heap_function)0 [all …]
|
| D | ittnotify_static.h | 146 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char *name, const char *d… 147 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t *name, const wchar_t *d… 149 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char *name, const char *d… 152 ITT_STUBV(ITTAPI, void, heap_allocate_begin, (__itt_heap_function h, size_t size, int initialized… 153 ITT_STUBV(ITTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, in… 154 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 155 ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void* addr), (ITT_FORMAT h,… 156 ITT_STUBV(ITTAPI, void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size… 157 ITT_STUBV(ITTAPI, void, heap_reallocate_end, (__itt_heap_function h, void* addr, void** new_addr…
|