[][src]Function ittapi_rs::__itt_model_record_allocation

pub unsafe extern "C" fn __itt_model_record_allocation(
    addr: *mut c_void,
    size: usize
)

@brief ANNOTATE_RECORD_ALLOCATION/ANNOTATE_RECORD_DEALLOCATION support

record_allocation/deallocation describe user-defined memory allocator behavior, which may be required for correctness modeling to understand when storage is not expected to be actually reused across threads.