Searched defs:Block (Results 1 – 1 of 1) sorted by relevance
86 struct Block { struct87 Block(size_t _chunkSize, size_t _numChunks) { in Block() function117 Interval getInterval() const { in getInterval()123 bool isFull() const { return numFree == 0; } in isFull()125 uint8_t* getPtr(size_t element) { in getPtr()134 size_t getElement(void* ptr) { in getElement()140 void* alloc() { in alloc()177 void free(void* toFree) { in free()198 void freeAll() { in freeAll()204 Block* next = nullptr; // Unused for now[all …]