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

Function is_fallback_ptr

system/lib/libcxxabi/src/fallback_malloc.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool is_fallback_ptr(void* ptr) {
129 return ptr >= heap && ptr < (heap + HEAP_SIZE);
130}
131
132void* fallback_malloc(size_t len) {
133 heap_node *p, *prev;

Callers 2

__free_with_fallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected