Home
last modified time | relevance | path

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

/external/skia/src/base/
DSkArenaAlloc.h132 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment);
267 char* allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment);
287 objStart = this->allocObjectWithFooter(totalSize, alignment); in allocUninitializedArray()
DSkArenaAlloc.cpp109 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc