MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / mspace_bulk_free

Function mspace_bulk_free

libCacheSim/dataStructure/sparsepp/spp_dlalloc.h:3936–3939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3934#endif
3935
3936SPP_API inline size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem)
3937{
3938 return ((mstate)msp)->internal_bulk_free(array, nelem);
3939}
3940
3941#if SPP_MALLOC_INSPECT_ALL
3942SPP_API void mspace_inspect_all(mspace msp,

Callers

nothing calls this directly

Calls 1

internal_bulk_freeMethod · 0.80

Tested by

no test coverage detected