Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp79 static void* gExecutableStore = NULL; variable
85 if (gExecutableStore == NULL) { in getMspace()
91 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()
94 LOG_ALWAYS_FATAL_IF(gExecutableStore == MAP_FAILED, in getMspace()
98 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()