Home
last modified time | relevance | path

Searched defs:__itt_heap_function (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs856 pub type __itt_heap_function = *mut ::std::os::raw::c_void; typedef
861 ) -> __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()
/third_party/node/deps/v8/third_party/ittapi/include/
Dittnotify.h1433 typedef void* __itt_heap_function; typedef