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