Searched refs:memoryAllocBigImage (Results 1 – 4 of 4) sorted by relevance
48 ptr = memoryAllocBigImage(size); in memoryAlloc()62 void *memoryAllocBigImage(size_t size) { in memoryAllocBigImage() function
28 return chre::memoryAllocBigImage(bytes); in doAlloc()
80 mAppFilename = static_cast<char *>(memoryAllocBigImage(appFilenameLen)); in setAppInfo()104 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer()
28 void *memoryAllocBigImage(size_t size);