MCPcopy Create free account
hub / github.com/SergeyMakeev/smmalloc / internal_bulk_free

Function internal_bulk_free

extern/dlmalloc/dlmalloc.cpp:5101–5141  ·  view source on GitHub ↗

Try to free all pointers in the given array. Note: this could be made faster, by delaying consolidation, at the price of disabling some user integrity checks, We still optimize some consolidations by combining adjacent chunks before freeing, which will occur often if allocated with ialloc or the array is sorted. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

dlbulk_freeFunction · 0.85
mspace_bulk_freeFunction · 0.85

Calls 2

dispose_chunkFunction · 0.85
sys_trimFunction · 0.85

Tested by

no test coverage detected