Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp83 static mspace getMspace() in getMspace() function
108 mBase = (uint32_t*)mspace_malloc(getMspace(), size); in Assembly()
117 mspace_free(getMspace(), mBase); in ~Assembly()
145 mBase = (uint32_t*)mspace_realloc(getMspace(), mBase, newSize); in resize()