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

  /dalvik/tools/
gclog.py 78 # [47-36] Actual size (current footprint)
83 footprint = unfloat12((value >> 36) & 0xfff)
88 return ( freed, footprint, allowed, objs, bytes )
101 # [47-36] Actual size (current footprint)
126 footprint = unfloat12((value >> 36) & 0xfff) # currently disabled
131 return ( footprint, total, limit, bytes )
  /dalvik/vm/alloc/
HeapDebug.c 156 * [47-36] Actual size (current footprint)
194 * [47-36] Actual size (current footprint)
230 size_t uordblks, footprint; local
244 footprint = dlmalloc_footprint();
246 //LOGD("mallinfo+footprint took %dusec; used=%zd footprint=%zd\n",
247 // (int)((end - start) / 1000), mi.uordblks, footprint);
249 uordblks = footprint = 0;
257 (long long)intToFloat12(footprint) << 36 |
MarkSweep.c 586 size_t footprint; local
590 footprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
592 limitCard = dvmCardFromAddr((u1 *)dvmHeapSourceGetBase() + footprint);
HeapSource.c 82 - keep mspace max footprint clamped to actual footprint
85 - success or fail, snap back to actual footprint and give rest to large
87 managed as "small actual" + "large actual" + "delta to allowed total footprint"
252 * Returns the current footprint of all heaps. If includeActive
258 size_t footprint = 0; local
268 footprint += mspace_footprint(hs->heaps[i].msp);
270 return footprint;
865 /* Grow as much as possible, but don't let the real footprint
930 * reflect any footprint modifications that had to happen
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 2101 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...]
  /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));
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 192 milliseconds