MCPcopy 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
265size_t
266malloc_size(void* ptr) {
267 return malloc_usable_size(ptr);
268}

Callers

nothing calls this directly

Calls 1

malloc_usable_sizeFunction · 0.85

Tested by

no test coverage detected