/external/bluetooth/glib/docs/reference/glib/tmpl/ |
allocators.sgml | 40 Larger blocks mean less calls to g_malloc(), but some memory may be wasted.
|
string_chunks.sgml | 17 memory is wasted in memory allocation overheads.
|
main.sgml | 773 wasted which could have been spent running the idle function).
|
/external/dropbear/libtommath/ |
bn_mp_exptmod.c | 21 * embedded in the normal function but that wasted alot of stack space
|
/external/tcpdump/ |
rx.h | 90 /* I wasted a day figuring that out! */
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 656 int wasted = value.length - count; local 657 if (wasted >= 256 658 || (wasted >= INITIAL_CAPACITY && wasted >= (count >> 1))) {
|
/dalvik/libcore/luni/src/main/java/java/net/ |
AddressCache.java | 32 * This should be a power of two to avoid wasted space in our custom map.
|
/external/icu4c/tools/makeconv/ |
genmbcs.h | 66 * with a low density of SBCS mappings, which would result in more wasted
|
/frameworks/base/packages/TtsService/src/android/tts/ |
SynthProxy.java | 36 // Such a huge filter gain is justified by how much energy in the low frequencies is "wasted" at
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
servermd.h | 66 * trade-off. Padding to 0 bytes means that there is no wasted space 70 * be suitable for a 68010-class machine, but at the expense of wasted
|
/external/freetype/src/base/ |
ftgloadr.c | 61 /* re-implement it in one way or the other, which wasted code and */
|
/dalvik/vm/alloc/ |
HeapBitmap.c | 282 //TODO: may be the same size, in which case this is wasted work
|
/external/e2fsprogs/intl/ |
relocatable.c | 134 /* Don't worry about wasted memory here - this function is usually only
|
/external/webkit/JavaScriptCore/wtf/ |
TCPackedCache.h | 34 // with little if any wasted space. The types of the key and value
|
/external/v8/src/ |
spaces.cc | 778 // allocated and wasted bytes during GC. [all...] |
spaces.h | 312 // needed. For paged spaces the space requested must include the space wasted 781 // wasted or allocated bytes). [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
s_tns_frame_info.h | 25 Description: Modified to eliminate triple-nested structure, which wasted
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_event.c | 27 * wasted could be limited (adding code complexity) by sharing copies, keeping
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
s_tns_frame_info.h | 25 Description: Modified to eliminate triple-nested structure, which wasted
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
Parser.java | 103 // value was requested as a String or an int (to avoid wasted effort in parsing)
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Exchanger.java | 189 * most slots won't be used, but it is still not wasted because 202 * otherwise wasted expansion can be avoided.
|
/external/grub/stage2/ |
fs.h | 84 * undue wasted disk space, the last data block of a small file may be
|
/external/iproute2/doc/ |
ss.sgml | 521 without <tt/tcp_diag/ is wasted inside kernel with completely
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 184 * wasted their time. The alternative involves creating everything inside the
|
/build/tools/zipalign/ |
ZipFile.cpp | 931 * of wasted space at the end of the file. Remove it now. [all...] |