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

Function rpmalloc_thread_collect

vm/ByteCodeTranslator/src/rpmalloc.c:1712–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1710}
1711
1712void
1713rpmalloc_thread_collect(void) {
1714 _memory_deallocate_deferred(_memory_thread_heap, 0);
1715}
1716
1717void
1718rpmalloc_thread_statistics(rpmalloc_thread_statistics_t* stats) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected