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

Function realloc

vm/ByteCodeTranslator/src/malloc.c:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void*
216realloc(void* ptr, size_t size) {
217 initializer();
218 return rprealloc(ptr, size);
219}
220
221void*
222valloc(size_t size) {

Calls 2

initializerFunction · 0.85
rpreallocFunction · 0.85

Tested by

no test coverage detected