Function rust_hawktracer::ht_alloc[][src]

pub unsafe extern "C" fn ht_alloc(size: usize) -> *mut c_void

Allocates memory using HawkTracer allocator.

@param size a number of bytes to allocate.

@return a pointer to allocated memory.