Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.h75 struct Slab : PlacementAllocated { struct
87 Slab* prev; argument
88 Slab* next; argument
92 SlabAllocatorImpl(Index blocksPerSlab, uint32_t objectSize, uint32_t objectAlignment); argument
DSlabAllocator.cpp33 SlabAllocatorImpl::Slab::Slab(char allocation[], IndexLinkNode* head) in Slab() function in SlabAllocatorImpl::Slab
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local
/third_party/gn/src/gn/
Dstring_atom.cc161 class Slab { class in __anoneb4c62090111::StringAtomSet