HomeSort by relevance Sort by last modified time
    Searched full:waste (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /external/openssl/crypto/rand/
randfile.c 143 * I/O because we will waste system entropy.
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c 173 storing more than that is a waste of memory if you're not doing
  /external/srec/tools/dictTest/
dictTest.c 67 //waste of space with all of these arrays, they are too large, but leave for now
  /external/v8/src/
spaces.cc     [all...]
heap.cc 253 PrintF("Old pointers, used: %8d, available: %8d, waste: %8d\n",
256 old_pointer_space_->Waste());
257 PrintF("Old data space, used: %8d, available: %8d, waste: %8d\n",
260 old_data_space_->Waste());
261 PrintF("Code space, used: %8d, available: %8d, waste: %8d\n",
264 code_space_->Waste());
265 PrintF("Map space, used: %8d, available: %8d, waste: %8d\n",
268 map_space_->Waste());
269 PrintF("Cell space, used: %8d, available: %8d, waste: %8d\n",
272 cell_space_->Waste());
    [all...]
mark-compact.cc 169 // reclaiming the waste and free list blocks).
177 old_gen_recoverable += space->Waste() + space->AvailableFree();
510 // so that we don't waste effort pointlessly scanning for objects.
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 214 * pre-allocation, similar to mmap or VirtualAlloc, to avoid waste of memory.
  /external/webkit/WebCore/dom/
NamedAttrMap.cpp 233 // wouldn't have to waste time reparsing the attribute.
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 249 screen is a waste of time. If you are developing a reactive application, you can
index.jd 6 <dd>Mobile devices often have limited memory, and memory leaks can cause your application to waste this valuable resource without your knowledge. This article provides tips to help you avoid common causes of memory leaks on the Android platform.</dd>
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 172 { BN_ULONG ret,waste; local
175 : "=a"(ret),"=d"(waste)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 100 list to be doubly linked, which would waste more memory, or
636 but I didn't want to waste the space since these types of relocs
  /development/pdk/docs/porting/
power_management.jd 93 <p> This works whether or not the wakelock is already held. It is useful if the driver woke up other parts of the system that do not use wakelocks but still need to run. Avoid this when possible, since it will waste power if the timeout is long or may fail to finish needed work if the timeout is short.</p>
  /external/bison/lib/
obstack.c 41 and linking in this code is a waste when using the GNU C library
  /external/kernel-headers/original/linux/
cpumask.h 365 * optimization - don't waste any instructions or memory references
  /external/libpng/
pngmem.c 110 * been updated by Alexander Lehmann for version 0.89 to waste less
  /external/mtpd/
l2tp.c 108 * for retransmission. However, it might waste too much time waiting for IPsec
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h 388 there is no input frame and the application does not want to waste the time
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 107 * been updated by Alexander Lehmann for version 0.89 to waste less
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 237 if you try right away; all you'll do is waste battery power.
  /bionic/libc/docs/
OVERVIEW.TXT 343 and you should not follow these instructions unless you want to waste a lot
  /dalvik/libcore/luni/src/main/java/java/util/
ArrayList.java 172 * (which wastes time and fragments storage), but we don't want to waste
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 183 // enter this code at the same time, we just waste a little time
  /dalvik/vm/oo/
Resolve.c 312 * (a) we waste time in an unusual case, and (b) we're probably going
  /external/iproute2/doc/
ss.sgml 13 So, stop reading this now and do not waste your time.

Completed in 281 milliseconds

12 3 4 5 6 7