Searched refs:allocObjectWithFooter (Results 1 – 4 of 4) sorted by relevance
83 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment); in make()171 char* allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment);187 objStart = this->allocObjectWithFooter(totalSize, alignment); in commonArrayAlloc()
140 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc