Home
last modified time | relevance | path

Searched refs:footprint (Results 1 – 25 of 35) sorted by relevance

12

/external/caliper/caliper/src/test/java/com/google/caliper/memory/
DObjectGraphMeasurerTest.java42 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/
Dmalloc.c2592 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/
DREADME.parameter-framework1 This version of ASIO has been minified for lower disk footprint for Android
/external/syslinux/com32/cmenu/
DHISTORY5 (64KB limit on memory footprint) the code has been changed
DCHANGES29 * add_menu takes an extra argument (to better control memory footprint)
/external/libconstrainedcrypto/
DREADME12 dependency footprint to make libcrypto usable in these environments as well
/external/parameter-framework/support/android/asio/
Dasio_shrinker.sh126 This version of ASIO has been minified for lower disk footprint for Android
/external/swiftshader/third_party/LLVM/
DMakefile228 show-footprint:
DMakefile.rules2191 check-footprint:
/external/syslinux/core/
Dlayout.inc126 ; Keep the low-memory footprint as small as possible... overrun is a hard
/external/jsmn/
DREADME.md15 extremely small code footprint
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
/external/boringssl/src/
DSTYLE.md89 integer type like `uint8_t`. This is a "free" connection footprint
/external/flatbuffers/docs/source/
DFlatBuffers.md40 - **Tiny code footprint** - Small amounts of generated code, and just
/external/syslinux/core/lwip/
DCHANGELOG1386 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/
DCHANGELOG583 Decrease memory footprint
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in477 * size classes. In order to reduce cache footprint, the table is compressed,
/external/syslinux/doc/
DCodingStyle.txt706 icache footprint for the CPU and simply because there is less memory
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md981 its memory footprint largely depends on how many such items are stored.
/external/libmicrohttpd/
DChangeLog1160 for embedded systems that require minimal footprint). -CG
/external/libjpeg-turbo/
DChangeLog.md480 on ARM platforms rather than a lookup table. This reduces the memory footprint
/external/antlr/antlr-3.4/tool/
DCHANGES.txt32 Should reduce memory footprint.
1126 overall ANTLR exec time. Memory footprint seems to be about 50%
/external/libphonenumber/
Drelease_notes.txt1191 - Refactored AreaCodeMap to minimize binary and memory footprint by using 2 different strategies.
/external/libevent/
DChangeLog1219 …class to which we just need to store a pointer; this reduces the memory footprint of these structu…

12