Home
last modified time | relevance | path

Searched refs:allocChainOffset (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h512 auto const allocChainOffset = alignUp(entriesSize, alignof(AllocationChain)); in grow() local
513 auto const allocSize = allocChainOffset + sizeof(AllocationChain); in grow()
533 reinterpret_cast<uint8_t*>(alloc.ptr) + allocChainOffset); in grow()