pub unsafe extern "C" fn b2SetAllocator(
allocFcn: b2AllocFcn,
freeFcn: b2FreeFcn,
)Expand description
This allows the user to override the allocation functions. These should be set during application startup.
pub unsafe extern "C" fn b2SetAllocator(
allocFcn: b2AllocFcn,
freeFcn: b2FreeFcn,
)This allows the user to override the allocation functions. These should be set during application startup.