Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ malloc_usable_size
Function
malloc_usable_size
vm/ByteCodeTranslator/src/malloc.c:258–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
size_t
259
malloc_usable_size(void* ptr) {
260
if (!rpmalloc_is_thread_initialized())
261
return 0;
262
return rpmalloc_usable_size(ptr);
263
}
264
265
size_t
266
malloc_size(void* ptr) {
Callers
1
malloc_size
Function · 0.85
Calls
2
rpmalloc_is_thread_initialized
Function · 0.85
rpmalloc_usable_size
Function · 0.85
Tested by
no test coverage detected