Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkArenaAlloc.h131 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment);
233 char* allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment);
252 objStart = this->allocObjectWithFooter(totalSize, alignment); in allocUninitializedArray()
DSkArenaAlloc.cpp101 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc