pub unsafe extern "C" fn PxBroadcastingAllocator_deallocate_mut(
    self_: *mut PxBroadcastingAllocator,
    ptr: *mut c_void
)
Expand description

Frees memory previously allocated by allocate().

Threading: This function should be thread safe as it can be called in the context of the user thread and physics processing thread(s).