Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; in exhaustion_test3() local
141 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
151 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
159 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsoft_rss_limit_mb_test.cc24 static char *allocs[kMaxNumAllocs]; variable
36 allocs[j] = (char*)malloc(kAllocSize); in main()
37 if (allocs[j]) in main()
38 memset(allocs[j], -1, kAllocSize); in main()
49 free(allocs[j]); in main()
/external/bison/lib/
Dbitset_stats.c52 bitset_stats_info->types[(TYPE)].allocs++
79 unsigned int allocs; member
178 stats->allocs, stats->frees, in bitset_stats_print_1()
179 stats->allocs ? 100.0 * stats->frees / stats->allocs : 0); in bitset_stats_print_1()
/external/valgrind/gdbserver_tests/
Dmcmain_pic.stderr.exp-solaris4 total heap usage: 1 allocs, 0 frees, 131,080 bytes allocated
/external/valgrind/memcheck/tests/linux/
Dcapget.stderr.exp210 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.stderr.exp314 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartiallydefinedeq.stderr.exp418 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartiallydefinedeq.stderr.exp218 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_dflt.stderr.exp6423 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_ok.stderr.exp6423 total heap usage: ... allocs, ... frees, ... bytes allocated
Dbadjump.stderr.exp-kfail18 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_dflt.stderr.expr-s390x-mvc29 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-solaris192 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-mips32192 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-darwin190 total heap usage: ... allocs, ... frees, ... bytes allocated
Dleak_cpp_interior.stderr.exp-64bit137 total heap usage: 9 allocs, 9 frees, 247 bytes allocated
/external/libxml2/
Dxmlreader.c126 int allocs; /* what structure were deallocated */ member
2159 ret->allocs = XML_TEXTREADER_CTXT; in xmlNewTextReader()
2197 ret->allocs |= XML_TEXTREADER_INPUT; in xmlNewTextReaderFilename()
2272 if (reader->allocs & XML_TEXTREADER_CTXT) in xmlFreeTextReader()
2277 if ((reader->input != NULL) && (reader->allocs & XML_TEXTREADER_INPUT)) in xmlFreeTextReader()
2317 if ((reader->input != NULL) && (reader->allocs & XML_TEXTREADER_INPUT)) { in xmlTextReaderClose()
2319 reader->allocs -= XML_TEXTREADER_INPUT; in xmlTextReaderClose()
2526 if (reader->allocs & XML_TEXTREADER_INPUT) { in xmlTextReaderGetRemainder()
2529 reader->allocs -= XML_TEXTREADER_INPUT; in xmlTextReaderGetRemainder()
5133 (reader->allocs & XML_TEXTREADER_INPUT)) { in xmlTextReaderSetup()
[all …]
/external/iproute2/
DREADME.lnstat35 2: allocs
/external/llvm/test/Transforms/ScalarRepl/
Dphi-select.ll133 ;; Promote allocs that are PHI'd together by moving the loads.
/external/valgrind/memcheck/tests/common/
Dsh-mem-vec128-plo-yes.stderr.exp-32bit-le462 total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
Dsh-mem-vec128-plo-yes.stderr.exp-64bit-le462 total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
Dsh-mem-vec128-plo-no.stderr.exp-32bit-le571 total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
Dsh-mem-vec128-plo-no.stderr.exp-64bit-le571 total heap usage: 33 allocs, 33 frees, 82,048 bytes allocated
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt49 156065 LOW pend VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs
/external/deqp/doc/testspecs/VK/
Dapitests.adoc226 ** Mapping different VkDeviceMemory allocs concurrently?