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

Function dlmalloc_trim

dlmalloc/dlmalloc.c:4670–4677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4668}
4669
4670int dlmalloc_trim(size_t pad) {
4671 int result = 0;
4672 if (!PREACTION(gm)) {
4673 result = sys_trim(gm, pad, 1);
4674 POSTACTION(gm);
4675 }
4676 return result;
4677}
4678
4679size_t dlmalloc_footprint(void) {
4680 return gm->footprint;

Callers

nothing calls this directly

Calls 1

sys_trimFunction · 0.85

Tested by

no test coverage detected