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