Searched defs:AllocArray (Results 1 – 3 of 3) sorted by relevance
40 T* AllocArray(Thread* self, size_t elements) REQUIRES(!lock_) { in AllocArray() function
39 static T* AllocArray(Thread* self, LinearAlloc* alloc, size_t num) { in AllocArray() function
155 TEST_F(ObjectTest, AllocArray) { in TEST_F() argument