Searched refs:allocArray (Results 1 – 2 of 2) sorted by relevance
57 T* allocArray(size_t count) { in allocArray() function72 char** res = allocArray<char*>(count); in strDupArray()
66 T* allocArray(size_t count) { in allocArray() function81 char** res = allocArray<char*>(count); in strDupArray()