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

  /bionic/libc/bionic/
dlmalloc.c 2117 size_t footprint; member in struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2024 size_t footprint; member in struct:malloc_state
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 2034 size_t footprint; member in struct:malloc_state
    [all...]
  /frameworks/base/data/fonts/
Android.mk 36 # We may only afford small font footprint.
  /external/llvm/
Makefile 231 show-footprint:
  /bionic/libc/netbsd/nameser/
ns_print.c 510 u_int typ, algorithm, labels, footprint; local
539 /* Signature Footprint. */
540 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
541 len = SPRINTF((tmp, "%u ", footprint));
  /dalvik/vm/alloc/
HeapSource.cpp 120 * size but should never be set below the current footprint of the
209 * Returns the current footprint of all heaps. If includeActive
214 size_t footprint = 0; local
224 footprint += mspace_footprint(hs->heaps[i].msp);
226 return footprint;
835 /* Grow as much as possible, but don't let the real footprint
889 * reflect any footprint modifications that had to happen.
1112 * footprint of the active heap.
1116 /* Compare against the actual footprint, rather than the
    [all...]
MarkSweep.cpp 559 size_t footprint;
561 footprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
563 limit = dvmCardFromAddr((u1 *)dvmHeapSourceGetBase() + footprint);
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 481 milliseconds