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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp77 static void* gExecutableStore = NULL; member in namespace:android
83 if (gExecutableStore == NULL) {
89 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity,
92 LOG_ALWAYS_FATAL_IF(gExecutableStore == NULL,
96 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity,

Completed in 215 milliseconds