nstd_alloc_deallocate

Function nstd_alloc_deallocate 

Source
pub unsafe extern "C" fn nstd_alloc_deallocate(
    ptr: *mut NSTDAny,
    size: usize,
) -> i32
Expand description

Deallocates a memory block. Parameters: NSTDAny *const ptr - Pointer to the memory block. const NSTDUSize size - Number of bytes to deallocate. Returns: NSTDInt32 errc - Nonzero on error.