HomeSort by relevance Sort by last modified time
    Searched refs:mspace_footprint (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
dlmalloc.h 591 mspace_footprint() returns the number of bytes obtained from the
594 size_t mspace_footprint(mspace msp);
dlmalloc.c 5003 size_t mspace_footprint(mspace msp) { function
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 65 return mspace_footprint(space);
  /dalvik/vm/alloc/
HeapSource.c 268 footprint += mspace_footprint(hs->heaps[i].msp);
308 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
318 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
424 mspace_set_max_allowed_footprint(msp, mspace_footprint(msp));
678 value = mspace_footprint(heap->msp);
879 mspace_footprint(heap->msp));
    [all...]
  /external/libffi/src/
dlmalloc.c 4790 size_t mspace_footprint(mspace msp) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 4800 size_t mspace_footprint(mspace msp) { function
    [all...]

Completed in 48 milliseconds