Home
last modified time | relevance | path

Searched refs:allocArray (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.h57 T* allocArray(size_t count) { in allocArray() function
72 char** res = allocArray<char*>(count); in strDupArray()
DAndroidSubAllocator.h66 T* allocArray(size_t count) { in allocArray() function
81 char** res = allocArray<char*>(count); in strDupArray()