Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dmemory.h70 void *memoryAllocDram(size_t size);
101 inline T *memoryAllocDram(Args &&... args) { in memoryAllocDram() function
102 auto *storage = static_cast<T *>(memoryAllocDram(sizeof(T))); in memoryAllocDram()
/system/chre/platform/freertos/
Dmemory_manager.cc27 return chre::memoryAllocDram(bytes); in doAlloc()
/system/chre/platform/shared/
Dnanoapp_loader.cc247 NanoappLoader *loader = memoryAllocDram<NanoappLoader>(elfInput, mapIntoTcm); in create()
564 static_cast<SectionHeader *>(memoryAllocDram(sectionHeaderSizeBytes)); in copyAndVerifyHeaders()
580 mSectionNamesPtr = static_cast<char *>(memoryAllocDram(sectionSize)); in copyAndVerifyHeaders()
603 static_cast<uint8_t *>(memoryAllocDram(mSymbolTableSize)); in copyAndVerifyHeaders()
624 mStringTablePtr = static_cast<char *>(memoryAllocDram(stringTableSize)); in copyAndVerifyHeaders()