Home
last modified time | relevance | path

Searched refs:wasted (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/profilers/powertop/src/
DREADME14 power is wasted.
/external/v8/src/heap/
Dspaces.h2237 int wasted = free_list_.Free(start, size_in_bytes, kLinkCategory); in Free() local
2239 return size_in_bytes - wasted; in Free()
2243 int wasted = free_list_.Free(start, size_in_bytes, kDoNotLinkCategory); in UnaccountedFree() local
2244 return size_in_bytes - wasted; in UnaccountedFree()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst122 application is wasted effort.]
DStackMaps.rst410 same format with an insignificant amount of wasted space.
Ddoxygen.cfg.in380 # doxygen will become slower. If the cache is too large, memory is wasted. The
DProgrammersManual.rst905 wasted. To alleviate the situation with numerous and voluminous
/external/iproute2/doc/
Dss.sgml521 without <tt/tcp_diag/ is wasted inside kernel with completely
/external/llvm/lib/Target/ARM/
DREADME.txt294 In most cases, this is just a wasted optimization. However, sometimes it can
/external/toybox/kconfig/
Dzconf.tab.c_shipped1245 The wasted elements are never initialized. */
/external/libexif/
DChangeLog820 * libexif/exif-content.c: fixed bug #1471060: wasted space in
/external/dbus/
DChangeLog.pre-1-2544 Add support for compacting DBusStrings to release wasted memory.
/external/ImageMagick/config/
DMagickCore.dox.in343 # If the cache is too large, memory is wasted. The cache size is given by this
DMagickWand.dox.in343 # If the cache is too large, memory is wasted. The cache size is given by this
DMagick++.dox.in343 # If the cache is too large, memory is wasted. The cache size is given by this
/external/eigen/doc/
DDoxyfile.in375 # If the cache is too large, memory is wasted. The cache size is given by this
/external/bison/data/m4sugar/
Dm4sugar.m42630 # with m4_do, to avoid time wasted on dnl during expansion (since this is
/external/clang/docs/
Ddoxygen.cfg.in380 # doxygen will become slower. If the cache is too large, memory is wasted. The
/external/jsoncpp/doc/
Ddoxyfile.in391 # doxygen will become slower. If the cache is too large, memory is wasted. The
/external/libmicrohttpd/src/datadir/
Dspdy-draft.txt2491 Removed wasted 16bits of unused space from the end of the
/external/parameter-framework/upstream/doc/
DDoxyfile.in391 # doxygen will become slower. If the cache is too large, memory is wasted. The
/external/libjpeg-turbo/
Dlibjpeg.txt1331 library will still work, but time will be wasted due to unnecessary data
/external/curl/
DCHANGES.01509 - Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted
14577 in each chunk (and those extra two bytes sure feel wasted).