Searched defs:Block (Results 1 – 4 of 4) 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 …]
78 struct Block { struct81 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() function90 std::list<Block> blocks_; argument
47 struct Block { struct48 char* buffer = nullptr;49 SubAllocator* subAlloc = nullptr;50 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this52 bool isEmpty = true;53 bool dedicated = false;54 size_t dedicatedSize = 0;55 bool usesVirtioGpuHostmem = false;56 uint64_t hostmemId = 0;
5878 struct Block { struct5881 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() argument5890 std::list<Block> blocks_; argument