MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / malloc

Function malloc

vm/ByteCodeTranslator/src/malloc.c:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void*
210malloc(size_t size) {
211 initializer();
212 return rpmalloc(size);
213}
214
215void*
216realloc(void* ptr, size_t size) {

Calls 2

initializerFunction · 0.85
rpmallocFunction · 0.85

Tested by

no test coverage detected