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

  /art/runtime/gc/space/
space_test.cc 317 size_t footprint = mspace_footprint(mspace);
359 footprint = mspace_footprint(mspace);
398 footprint = mspace_footprint(mspace);
424 footprint = mspace_footprint(mspace);
443 footprint = mspace_footprint(mspace);
452 footprint = mspace_footprint(mspace);
dlmalloc_space.cc 261 size_t footprint = mspace_footprint(mspace_);
475 return mspace_footprint(mspace_);
488 size_t current_space_size = mspace_footprint(mspace_);
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 520 mspace_footprint() returns the number of bytes obtained from the
523 size_t mspace_footprint(mspace msp);
dlmalloc.c 5364 size_t mspace_footprint(mspace msp) { function
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 607 size_t mspace_footprint(mspace msp);
malloc.c 5919 size_t mspace_footprint(mspace msp) { function
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 245 footprint += mspace_footprint(hs->heaps[i].msp);
280 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
288 assert(heap->bytesAllocated < mspace_footprint(heap->msp));
808 assert(value == mspace_footprint(heap->msp));
1010 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.15/src/stdlib/
SDL_malloc.c 4800 size_t mspace_footprint(mspace msp) { function
    [all...]

Completed in 200 milliseconds