Lines Matching refs:__itt_heap_function
1523 typedef void *__itt_heap_function; typedef
1530 __itt_heap_function ITTAPI __itt_heap_function_createA(const char *name,
1532 __itt_heap_function ITTAPI __itt_heap_function_createW(const wchar_t *name,
1542 __itt_heap_function ITTAPI __itt_heap_function_create(const char *name,
1550 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA,
1552 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW,
1555 ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create,
1569 #define __itt_heap_function_createA(name, domain) (__itt_heap_function)0
1571 #define __itt_heap_function_createW(name, domain) (__itt_heap_function)0
1574 #define __itt_heap_function_create(name, domain) (__itt_heap_function)0
1591 void ITTAPI __itt_heap_allocate_begin(__itt_heap_function h, size_t size,
1598 (__itt_heap_function h, size_t size, int initialized))
1613 void ITTAPI __itt_heap_allocate_end(__itt_heap_function h, void **addr,
1620 (__itt_heap_function h, void **addr, size_t size, int initialized))
1635 void ITTAPI __itt_heap_free_begin(__itt_heap_function h, void *addr);
1640 ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void *addr))
1655 void ITTAPI __itt_heap_free_end(__itt_heap_function h, void *addr);
1660 ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void *addr))
1675 void ITTAPI __itt_heap_reallocate_begin(__itt_heap_function h, void *addr,
1682 (__itt_heap_function h, void *addr, size_t new_size, int initialized))
1697 void ITTAPI __itt_heap_reallocate_end(__itt_heap_function h, void *addr,
1705 (__itt_heap_function h, void *addr, void **new_addr, size_t new_size,