Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ rpmalloc_usable_size
Function
rpmalloc_usable_size
vm/ByteCodeTranslator/src/rpmalloc.c:1707–1710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1705
}
1706
1707
size_t
1708
rpmalloc_usable_size(void* ptr) {
1709
return ptr ? _memory_usable_size(ptr) : 0;
1710
}
1711
1712
void
1713
rpmalloc_thread_collect(void) {
Callers
1
malloc_usable_size
Function · 0.85
Calls
1
_memory_usable_size
Function · 0.85
Tested by
no test coverage detected