Skip to main content

b3SetAllocator

Function b3SetAllocator 

Source
pub unsafe extern "C" fn b3SetAllocator(
    allocFcn: b3AllocFcn,
    freeFcn: b3FreeFcn,
)
Expand description

This allows the user to override the allocation functions. These should be set during application startup.