Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h532 auto allocChain = reinterpret_cast<AllocationChain*>( in grow() local
535 allocChain->allocation = alloc; in grow()
536 allocChain->next = allocations; in grow()
537 allocations = allocChain; in grow()