Home
last modified time | relevance | path

Searched defs:AllocateAligned (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h53 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function
76 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function
/external/protobuf/src/google/protobuf/
Darena.cc174 void* Arena::AllocateAligned(const std::type_info* allocated, size_t n) { in AllocateAligned() function in google::protobuf::Arena
Darena.h854 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void* AllocateAligned(size_t n) { in AllocateAligned() function