Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp86 struct Block { struct
87 Block(size_t _chunkSize, size_t _numChunks) { in Block() function
117 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 …]
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Dmessage_arena.h78 struct Block { struct
81 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() function
90 std::list<Block> blocks_; argument
/device/generic/vulkan-cereal/host-common/
Daddress_space_graphics.cpp47 struct Block { struct
48 char* buffer = nullptr;
49 SubAllocator* subAlloc = nullptr;
50 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this
52 bool isEmpty = true;
53 bool dedicated = false;
54 size_t dedicatedSize = 0;
55 bool usesVirtioGpuHostmem = false;
56 uint64_t hostmemId = 0;
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h5878 struct Block { struct
5881 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() argument
5890 std::list<Block> blocks_; argument