b2SetAllocator

Function b2SetAllocator 

Source
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.