MCPcopy Create free account
hub / github.com/dcodeIO/webassembly / if

Function if

lib/dlmalloc/malloc.c:5189–5191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5187 }
5188#ifdef REALLOC_ZERO_BYTES_FREES
5189 else if (bytes == 0) {
5190 dlfree(oldmem);
5191 }
5192#endif /* REALLOC_ZERO_BYTES_FREES */
5193 else {
5194 size_t nb = request2size(bytes);

Callers

nothing calls this directly

Calls 2

dlfreeFunction · 0.85
mspace_freeFunction · 0.85

Tested by

no test coverage detected