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

Function mspace_mallopt

dlmalloc/dlmalloc.c:5233–5235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5231#endif /* NO_MALLINFO */
5232
5233int mspace_mallopt(int param_number, int value) {
5234 return change_mparam(param_number, value);
5235}
5236
5237#endif /* MSPACES */
5238

Callers 2

comdb2ma_niceFunction · 0.85
comdb2_malloptFunction · 0.85

Calls 1

change_mparamFunction · 0.85

Tested by

no test coverage detected