MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / mspace_realloc

Function mspace_realloc

dlmalloc/dlmalloc.c:5100–5103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5098}
5099
5100void* mspace_realloc(mspace msp, void* oldmem, size_t bytes)
5101{
5102 return internal_mspace_realloc(msp, oldmem, bytes, 1);
5103}
5104
5105void* mspace_resize(mspace msp, void* oldmem, size_t bytes)
5106{

Callers 1

comdb2_realloc_intFunction · 0.85

Calls 1

internal_mspace_reallocFunction · 0.85

Tested by

no test coverage detected