Searched defs:mem (Results 1 – 4 of 4) sorted by relevance
47 char *mem = malloc((N_PAGES+1) * 4096); in main() local
82 long mem[] = { 0, 0, 0, 0 }; in print_mem_info() local
185 sp<IMemory> mem = mBuffers.itemAt(bufferId); in pullFromBuffQueue() local
74 size_t mspace_usable_size(mspace _unused, const void* mem) { in mspace_usable_size()