Searched refs:chunk_to_free (Results 1 – 1 of 1) sorted by relevance
26 ElfAllocatorChunk* chunk_to_free = current_chunk_; in ~ElfAllocator() local27 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()