Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dmspace.h89 size_t destroy_contiguous_mspace(mspace msp);
94 void *contiguous_mspace_sbrk0(mspace msp);
106 void mspace_walk_heap(mspace msp,
121 void mspace_walk_free_pages(mspace msp,
/system/core/libcutils/
Dmspace.c253 size_t destroy_contiguous_mspace(mspace msp) { in destroy_contiguous_mspace() argument
254 mstate ms = (mstate)msp; in destroy_contiguous_mspace()
275 void *contiguous_mspace_sbrk0(mspace msp) { in contiguous_mspace_sbrk0() argument
280 ms = (mstate)msp; in contiguous_mspace_sbrk0()
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp87 static mspace msp = create_contiguous_mspace(2 * 1024, 1024 * 1024, /*locked=*/ false); in getMspace() local
88 return msp; in getMspace()