Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp80 static mspace gMspace = NULL; variable
98 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()
100 mspace_set_footprint_limit(gMspace, kMaxCodeCacheCapacity); in getMspace()
102 return gMspace; in getMspace()