Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp81 static mspace getMspace() in getMspace() function
106 mBase = (uint32_t*)mspace_malloc(getMspace(), size); in Assembly()
115 mspace_free(getMspace(), mBase); in ~Assembly()
143 mBase = (uint32_t*)mspace_realloc(getMspace(), mBase, newSize); in resize()