MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / destroyIterator

Method destroyIterator

include/reactphysics3d/utils/Profiler.h:503–505  ·  view source on GitHub ↗

Destroy a previously allocated iterator

Source from the content-addressed store, hash-verified

501
502// Destroy a previously allocated iterator
503RP3D_FORCE_INLINE void Profiler::destroyIterator(ProfileNodeIterator* iterator) {
504 delete iterator;
505}
506
507// Destroy the profiler (release the memory)
508RP3D_FORCE_INLINE void Profiler::destroy() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected