Searched refs:chunk_to_free (Results 1 - 1 of 1) sorted by relevance

/external/qemu/elff/
H A Delf_alloc.cc26 ElfAllocatorChunk* chunk_to_free = current_chunk_; local
27 while (chunk_to_free != NULL) {
28 ElfAllocatorChunk* next_chunk = chunk_to_free->prev;
29 free(chunk_to_free);
30 chunk_to_free = next_chunk;

Completed in 444 milliseconds