Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkArenaAlloc.h83 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()
/external/skia/include/private/
DSkArenaAlloc.h83 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()
/external/skqp/src/core/
DSkArenaAlloc.cpp140 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc
/external/skia/src/core/
DSkArenaAlloc.cpp140 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() function in SkArenaAlloc