Searched refs:fFreePtr (Results 1 – 2 of 2) sorted by relevance
23 char* fFreePtr; member40 return ptr >= (const char*)(this + 1) && ptr < fFreePtr; in contains()84 block->fFreePtr = block->startOfData(); in newBlock()111 char* ptr = block->fFreePtr; in alloc()114 block->fFreePtr = ptr + bytes; in alloc()124 if (start <= cPtr && cPtr < block->fFreePtr) { in unalloc()125 bytes = block->fFreePtr - cPtr; in unalloc()127 block->fFreePtr = cPtr; in unalloc()