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

Function free

vm/ByteCodeTranslator/src/malloc.c:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void
198free(void* ptr) {
199 if (!is_initialized || !rpmalloc_is_thread_initialized())
200 return;
201 rpfree(ptr);
202}
203
204void
205cfree(void* ptr) {

Calls 2

rpfreeFunction · 0.85

Tested by

no test coverage detected