| 5 | LiteMutableArray *MemoryArena::page_chunks = NULL; |
| 6 | |
| 7 | void MemoryArena::Destroy(AssemblyCodeChunk *cchunk) { |
| 8 | return; |
| 9 | } |
| 10 | |
| 11 | MemoryChunk *MemoryArena::AllocateChunk(int alloc_size, MemoryPermission permission) { |
| 12 | MemoryChunk *result = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected