Searched refs:aMemAllocator (Results 1 – 2 of 2) sorted by relevance
873 …eaveCode, PvmiKvpValueType aValueType, int32 aNumElements, OsclMemAllocator* aMemAllocator = NULL);
4281 …nt32& aLeaveCode, PvmiKvpValueType aValueType, int32 aNumElements, OsclMemAllocator* aMemAllocator) in AllocateValueArray() argument4288 if (aMemAllocator) in AllocateValueArray()4291 buffer = (oscl_wchar*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()4301 if (aMemAllocator) in AllocateValueArray()4304 buffer = (char*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()4313 if (aMemAllocator) in AllocateValueArray()4316 buffer = (uint8*) aMemAllocator->ALLOCATE(aNumElements);); in AllocateValueArray()