MCPcopy 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
1707size_t
1708rpmalloc_usable_size(void* ptr) {
1709 return ptr ? _memory_usable_size(ptr) : 0;
1710}
1711
1712void
1713rpmalloc_thread_collect(void) {

Callers 1

malloc_usable_sizeFunction · 0.85

Calls 1

_memory_usable_sizeFunction · 0.85

Tested by

no test coverage detected