Searched refs:INC_PTR (Results 1 – 2 of 2) sorted by relevance
48 new_chunk->avail = INC_PTR(new_chunk, sizeof(ElfAllocatorChunk)); in alloc()56 current_chunk_->avail = INC_PTR(current_chunk_->avail, size); in alloc()
31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n)) macro