HomeSort by relevance Sort by last modified time
    Searched full:gmspace (Results 1 - 1 of 1) sorted by null

  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 78 static mspace gMspace = NULL;
96 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity,
98 mspace_set_footprint_limit(gMspace, kMaxCodeCacheCapacity);
100 return gMspace;

Completed in 191 milliseconds