Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Macros | |
#define | __itt_heap_function_create __itt_heap_function_createA |
#define | __itt_heap_function_create_ptr __itt_heap_function_createA_ptr |
#define | __itt_heap_leaks |
Specify the type of heap detection/reporting to modify. More... | |
#define | __itt_heap_growth |
Report on memory growth. More... | |
Typedefs | |
typedef void * | __itt_heap_function |
Heap group
#define __itt_heap_function_create __itt_heap_function_createA |
Definition at line 1453 of file ittnotify.h.
#define __itt_heap_function_create_ptr __itt_heap_function_createA_ptr |
Definition at line 1454 of file ittnotify.h.
#define __itt_heap_growth |
Report on memory growth.
Definition at line 1704 of file ittnotify.h.
#define __itt_heap_leaks |
Specify the type of heap detection/reporting to modify.
Report on memory leaks.
Definition at line 1698 of file ittnotify.h.
typedef void* __itt_heap_function |
Definition at line 1440 of file ittnotify.h.
void ITTAPI __itt_heap_allocate_begin | ( | __itt_heap_function | h, |
size_t | size, | ||
int | initialized | ||
) |
Record an allocation begin occurrence.
void ITTAPI __itt_heap_allocate_end | ( | __itt_heap_function | h, |
void ** | addr, | ||
size_t | size, | ||
int | initialized | ||
) |
Record an allocation end occurrence.
void ITTAPI __itt_heap_free_begin | ( | __itt_heap_function | h, |
void * | addr | ||
) |
Record an free begin occurrence.
void ITTAPI __itt_heap_free_end | ( | __itt_heap_function | h, |
void * | addr | ||
) |
Record an free end occurrence.
__itt_heap_function ITTAPI __itt_heap_function_createA | ( | const char * | name, |
const char * | domain | ||
) |
Create an identification for heap function.
__itt_heap_function ITTAPI __itt_heap_function_createW | ( | const wchar_t * | name, |
const wchar_t * | domain | ||
) |
void ITTAPI __itt_heap_reallocate_begin | ( | __itt_heap_function | h, |
void * | addr, | ||
size_t | new_size, | ||
int | initialized | ||
) |
Record an reallocation begin occurrence.
void ITTAPI __itt_heap_reallocate_end | ( | __itt_heap_function | h, |
void * | addr, | ||
void ** | new_addr, | ||
size_t | new_size, | ||
int | initialized | ||
) |
Record an reallocation end occurrence.