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

Function dlmallopt

system/lib/dlmalloc.c:5482–5484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5480#endif /* NO_MALLOC_STATS */
5481
5482int dlmallopt(int param_number, int value) {
5483 return change_mparam(param_number, value);
5484}
5485
5486size_t dlmalloc_usable_size(void* mem) {
5487 if (mem != 0) {

Callers

nothing calls this directly

Calls 1

change_mparamFunction · 0.85

Tested by

no test coverage detected