Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
bool is_fallback_ptr(void* ptr) {
129
return ptr >= heap && ptr < (heap + HEAP_SIZE);
130
}
131
132
void* fallback_malloc(size_t len) {
133
heap_node *p, *prev;
Callers
2
__aligned_free_with_fallback
Function · 0.85
__free_with_fallback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected