/external/caliper/caliper/src/test/java/com/google/caliper/memory/ |
D | ObjectGraphMeasurerTest.java | 42 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneEnumField); in testEnum() local 43 assertEquals(new Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testEnum() 52 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneClassField); in testClass() local 53 assertEquals(new ObjectGraphMeasurer.Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testClass() 61 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneObjectField); in testObject() local 62 assertEquals(new ObjectGraphMeasurer.Footprint(2, 1, 0, NO_PRIMITIVES), footprint); in testObject() 73 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(withCycle); in testCycle() local 74 assertEquals(new ObjectGraphMeasurer.Footprint(2, 2, 0, NO_PRIMITIVES), footprint); in testCycle() 84 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(multiplePathsToObject); in testMultiplePathsToObject() local 85 assertEquals(new ObjectGraphMeasurer.Footprint(2, 3, 0, NO_PRIMITIVES), footprint); in testMultiplePathsToObject() [all …]
|
/external/dlmalloc/ |
D | malloc.c | 2592 size_t footprint; member 3493 assert(total <= m->footprint); in do_check_malloc_state() 3494 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 3528 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 3530 nm.usmblks = m->footprint; in internal_mallinfo() 3532 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 3554 fp = m->footprint; in internal_malloc_stats() 3845 size_t fp = m->footprint + mmsize; in mmap_alloc() 3846 if (fp <= m->footprint || fp > m->footprint_limit) in mmap_alloc() 3863 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() [all …]
|
/external/parameter-framework/asio-1.10.6/ |
D | README.parameter-framework | 1 This version of ASIO has been minified for lower disk footprint for Android
|
/external/syslinux/com32/cmenu/ |
D | HISTORY | 5 (64KB limit on memory footprint) the code has been changed
|
D | CHANGES | 29 * add_menu takes an extra argument (to better control memory footprint)
|
/external/libconstrainedcrypto/ |
D | README | 12 dependency footprint to make libcrypto usable in these environments as well
|
/external/parameter-framework/support/android/asio/ |
D | asio_shrinker.sh | 126 This version of ASIO has been minified for lower disk footprint for Android
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile | 228 show-footprint:
|
D | Makefile.rules | 2191 check-footprint:
|
/external/syslinux/core/ |
D | layout.inc | 126 ; Keep the low-memory footprint as small as possible... overrun is a hard
|
/external/jsmn/ |
D | README.md | 15 extremely small code footprint
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|
/external/boringssl/src/ |
D | STYLE.md | 89 integer type like `uint8_t`. This is a "free" connection footprint
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 40 - **Tiny code footprint** - Small amounts of generated code, and just
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1386 common function to reduce a little bit the footprint (for all functions using 1392 a little bit the footprint (for all functions using only the "netif" parameter). 1431 help to reduce footprint, and to reduce "visibility" on the Internet. 1653 footprint. Disable some part of lwip_send and lwip_sendto if some options are 1919 reduce a little bit the footprint for socket layer (lwip_getpeername &
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 583 Decrease memory footprint
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h.in | 477 * size classes. In order to reduce cache footprint, the table is compressed,
|
/external/syslinux/doc/ |
D | CodingStyle.txt | 706 icache footprint for the CPU and simply because there is less memory
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 981 its memory footprint largely depends on how many such items are stored.
|
/external/libmicrohttpd/ |
D | ChangeLog | 1160 for embedded systems that require minimal footprint). -CG
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 480 on ARM platforms rather than a lookup table. This reduces the memory footprint
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 32 Should reduce memory footprint. 1126 overall ANTLR exec time. Memory footprint seems to be about 50%
|
/external/libphonenumber/ |
D | release_notes.txt | 1191 - Refactored AreaCodeMap to minimize binary and memory footprint by using 2 different strategies.
|
/external/libevent/ |
D | ChangeLog | 1219 …class to which we just need to store a pointer; this reduces the memory footprint of these structu…
|