Searched refs:MEM_TYPE_APPFMK_LSRAM (Results 1 – 4 of 4) sorted by relevance
54 MEM_TYPE_APPFMK_LSRAM, /* appexecfmk low speed memory pool */ enumerator
52 #define AdapterMalloc(a) OhosMalloc(MEM_TYPE_APPFMK_LSRAM, a)
55 #define DMS_ALLOC(size) OhosMalloc(MEM_TYPE_APPFMK_LSRAM, size)
137 g_bmsbuff = reinterpret_cast<Bmsbuff *>(OhosMalloc(MEM_TYPE_APPFMK_LSRAM, sizeof(Bmsbuff))); in RegisterInstallerCallback()