Searched refs:avail (Results 1 – 2 of 2) sorted by relevance
48 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()
53 void* avail; member