pub unsafe extern "C" fn PxSceneQuerySystem_flushMemory_mut(
    self_: *mut PxSceneQuerySystem
)
Expand description

Frees internal memory that may not be in-use anymore.

This is an entry point for reclaiming transient memory allocated at some point by the SQ system, but which wasn’t been immediately freed for performance reason. Calling this function might free some memory, but it might also produce a new set of allocations in the next frame.