HomeSort by relevance Sort by last modified time
    Searched full:footprint (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.cpp 40 size_t footprint = dlmalloc_footprint() >> 20; local
44 return footprint + v8Usage;
  /external/kernel-headers/original/asm-arm/
domain.h 26 * supersections to reduce TLB misses and footprint.
  /frameworks/base/docs/html/design/building-blocks/
pickers.jd 17 <p>Pickers can be used inline on a form, but their relatively large footprint is best suited for
progress.jd 85 <p>So we designed a custom indicator that could show all of the information in a tiny footprint, with the flexibility to appear on top of content if necessary.</p>
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.h 33 // memory footprint gets worse than storing the raw prefix data around
34 // 75k prefixes. Fortunately, the actual memory footprint also falls.
35 // If the prefix count increases the memory footprint should increase
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 34 footprint.</p>
  /dalvik/vm/alloc/
HeapSource.cpp 119 * size but should never be set below the current footprint of the
220 * Returns the current footprint of all heaps. If includeActive
225 size_t footprint = 0; local
235 footprint += mspace_footprint(hs->heaps[i].msp);
237 return footprint;
306 // Create mspace using our backing storage starting at begin and with a footprint of
344 // Should never be asked for negative footprint (ie before base).
663 /* Ensure heaps are trimmed to minimize footprint pre-fork.
908 /* Grow as much as possible, but don't let the real footprint
962 * reflect any footprint modifications that had to happen
    [all...]
HeapSource.h 156 * heap footprint to match the target utilization ratio. This
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 190 new EventValueDescription("dlmalloc Footprint", EventValueType.LONG,
228 // [47-36] Actual size (current footprint)
242 // [47-36] Actual size (current footprint)
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 88 // to have a smaller footprint than the protobuf's built-in pretty printer.
  /external/stlport/doc/
README.windows 32 memory footprint of some internal STLport objects making it incompatible
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 210 // one; this is used while animating large images to keep memory footprint
219 // and notifies observers that the memory footprint has (hopefully)
  /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/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java 38 * a larger code footprint.
  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 42 /// LibCallFunctionInfo, see if we can improve the mod/ref footprint of the call
  /frameworks/base/data/fonts/
Android.mk 36 # We may only afford small font footprint.
  /frameworks/base/docs/html/about/versions/
index.jd 127 footprint. The VM is register-based, and runs classes
  /bionic/libc/upstream-dlmalloc/
malloc.c 2592 size_t footprint; member in struct:malloc_state
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAOptimizer.java 249 * can to reduce memory footprint.
  /external/chromium/third_party/libevent/
signal.c 153 * a dynamic array is used to keep footprint on the low side.
  /external/clang/include/clang/Lex/
Token.h 30 /// compressed into a smaller form if memory footprint is important.
  /external/libvpx/
CHANGELOG 166 Decrease memory footprint
  /external/llvm/
Makefile 232 show-footprint:
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
  /external/protobuf/src/google/protobuf/
message_lite.h 65 // total code footprint is to use optimize_for = CODE_SIZE. This

Completed in 2561 milliseconds

1 2 3 4 5 6