Searched refs:allocObjectWithFooter (Results 1 – 2 of 2) sorted by relevance
131 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment);233 char* allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment);252 objStart = this->allocObjectWithFooter(totalSize, alignment); in allocUninitializedArray()
101 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc