Searched defs:__itt_heap_function (Results 1 – 2 of 2) sorted by relevance
856 pub type __itt_heap_function = *mut ::std::os::raw::c_void; typedef861 ) -> __itt_heap_function; in __itt_heap_function_create()875 h: __itt_heap_function, in __itt_heap_allocate_begin()889 h: __itt_heap_function, in __itt_heap_allocate_end()908 pub fn __itt_heap_free_begin(h: __itt_heap_function, addr: *mut ::std::os::raw::c_void); in __itt_heap_free_begin()918 pub fn __itt_heap_free_end(h: __itt_heap_function, addr: *mut ::std::os::raw::c_void); in __itt_heap_free_end()929 h: __itt_heap_function, in __itt_heap_reallocate_begin()949 h: __itt_heap_function, in __itt_heap_reallocate_end()
1433 typedef void* __itt_heap_function; typedef