Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DImmutableStringBuilder.h22 : mPos(0u), mMaxLength(maxLength), mData(AllocateEmptyPoolCharArray(maxLength)) in ImmutableStringBuilder()
64 inline static char *AllocateEmptyPoolCharArray(size_t strLength) in AllocateEmptyPoolCharArray() function