MCPcopy 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
258size_t
259malloc_usable_size(void* ptr) {
260 if (!rpmalloc_is_thread_initialized())
261 return 0;
262 return rpmalloc_usable_size(ptr);
263}
264
265size_t
266malloc_size(void* ptr) {

Callers 1

malloc_sizeFunction · 0.85

Calls 2

rpmalloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected