Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/aemu/base/
DAllocator.h36 T* allocArray(size_t count) { in allocArray() function
51 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()