Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ malloc_size
Function
malloc_size
vm/ByteCodeTranslator/src/malloc.c:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
size_t
266
malloc_size(void* ptr) {
267
return malloc_usable_size(ptr);
268
}
Callers
nothing calls this directly
Calls
1
malloc_usable_size
Function · 0.85
Tested by
no test coverage detected