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()
48 T* allocArray(size_t count) { in allocArray() function63 char** res = allocArray<char*>(count); in strDupArray()