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

Function rpfree

vm/ByteCodeTranslator/src/rpmalloc.c:1620–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620void
1621rpfree(void* ptr) {
1622 _memory_deallocate(ptr);
1623}
1624
1625void*
1626rpcalloc(size_t num, size_t size) {

Callers 2

thread_starterFunction · 0.85
freeFunction · 0.85

Calls 1

_memory_deallocateFunction · 0.85

Tested by

no test coverage detected