Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_alloc.cc26 ElfAllocatorChunk* chunk_to_free = current_chunk_; in ~ElfAllocator() local
27 while (chunk_to_free != NULL) { in ~ElfAllocator()
28 ElfAllocatorChunk* next_chunk = chunk_to_free->prev; in ~ElfAllocator()
29 free(chunk_to_free); in ~ElfAllocator()
30 chunk_to_free = next_chunk; in ~ElfAllocator()