Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delf_alloc.cc48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk)); in alloc()
54 void* ret = current_chunk_->avail; in alloc()
56 current_chunk_->avail = INC_PTR(current_chunk_->avail, size); in alloc()
Delf_alloc.h53 void* avail; member