MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / mspace_mallopt

Function mspace_mallopt

system/lib/dlmalloc.c:6071–6073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6069}
6070
6071int mspace_mallopt(int param_number, int value) {
6072 return change_mparam(param_number, value);
6073}
6074
6075#endif /* MSPACES */
6076

Callers

nothing calls this directly

Calls 1

change_mparamFunction · 0.85

Tested by

no test coverage detected