MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Destroy

Method Destroy

Bcore/src/main/cpp/Dobby/source/MemoryAllocator/MemoryArena.cc:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5LiteMutableArray *MemoryArena::page_chunks = NULL;
6
7void MemoryArena::Destroy(AssemblyCodeChunk *cchunk) {
8 return;
9}
10
11MemoryChunk *MemoryArena::AllocateChunk(int alloc_size, MemoryPermission permission) {
12 MemoryChunk *result = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected