Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp77 static void* gExecutableStore = NULL; variable
83 if (gExecutableStore == NULL) { in getMspace()
89 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()
92 LOG_ALWAYS_FATAL_IF(gExecutableStore == NULL, in getMspace()
96 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()