MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / freeIterator

Function freeIterator

include/daScript/simulate/simulate.h:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 __forceinline void freeIterator ( char * ptr, const LineInfo * at ) {
367 if ( instrumentAllocations ) onFree(ptr - 16, at ? *at : LineInfo());
368 heap->impl_freeIterator(ptr);
369 }
370
371 __forceinline char * allocate ( uint64_t size, const LineInfo * at = nullptr ) {
372 auto aptr = heap->impl_allocate(size);

Callers

nothing calls this directly

Calls 2

impl_freeIteratorMethod · 0.80
LineInfoFunction · 0.70

Tested by

no test coverage detected