Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1620
void
1621
rpfree(void* ptr) {
1622
_memory_deallocate(ptr);
1623
}
1624
1625
void*
1626
rpcalloc(size_t num, size_t size) {
Callers
2
thread_starter
Function · 0.85
free
Function · 0.85
Calls
1
_memory_deallocate
Function · 0.85
Tested by
no test coverage detected