Searched defs:getMspace (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp44 mBase = (uint32_t*)mspace_malloc(getMspace(), size);
51 mspace_free(getMspace(), mBase);
79 mBase = (uint32_t*)mspace_realloc(getMspace(), mBase, newSize);
85 mspace Assembly::getMspace() function in class:android::Assembly
100 mspace_free(getMspace(), mBase);

Completed in 50 milliseconds