/external/skia/src/core/ |
SkConvolver.h | 138 // |FilterInstance.data_location| to avoid the mallocs required for storing
|
/external/valgrind/main/coregrind/ |
pub_core_mallocfree.h | 45 CLIENT for the client's mallocs/frees, if the tool replaces glibc's
|
/external/chromium_org/third_party/sqlite/src/test/ |
malloc3.test | 76 # Non-transient mallocs in btree.c: 80 # Mallocs in pager.c: 122 # succeeds, i.e. (M+1) times, where M is the number of mallocs() required
|
fts3cov.test | 173 # This test case tests these paths and the effects of said mallocs failing
|
malloc_common.tcl | 467 # If one or more mallocs failed, run this loop body again.
|
tester.tcl | 588 puts "Writing mallocs.sql..." [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 341 mallocs), which may also improve cache locality in some 391 multiple callocs or mallocs), which may also improve cache locality
|
/external/llvm/lib/Analysis/ |
AliasAnalysis.cpp | 16 // alias, a global cannot alias a malloc, two different mallocs cannot alias, 565 /// Allocas and Mallocs
|
MemoryBuiltins.cpp | 297 /// then return that multiple. For non-array mallocs, the multiple is 298 /// constant 1. Otherwise, return NULL for mallocs whose array size cannot be
|
/external/valgrind/main/memcheck/ |
mc_leakcheck.c | 338 MC_Chunk **mallocs, **chunks, *mc; local 345 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs ); 347 tl_assert(mallocs == NULL); 351 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks); 371 m = find_chunk_for(mc->data, mallocs, n_mallocs); 380 m = find_chunk_for(mc->data + (mc->szB - 1), mallocs, n_mallocs); 408 chunks[s++] = mallocs[m]; 414 VG_(free)(mallocs); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
tcmalloc.html | 23 separate library called ptmalloc2) and other mallocs that I have 745 <p>TCMalloc may be somewhat more memory hungry than other mallocs, 747 mallocs). In particular, at startup TCMalloc allocates approximately
|
/external/eigen/test/ |
jacobisvd.cpp | 449 // Check that preallocation avoids subsequent mallocs
|
/external/jsoncpp/src/lib_json/ |
json_writer.cpp | 131 result.reserve(maxsize); // to avoid lots of mallocs
|
/external/lldb/tools/darwin-threads/ |
examine-threads.c | 73 This function mallocs the memory for the string it returns;
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 129 /* add a new create jitentry to the array. mallocs new arrays if space is
|
/external/chromium_org/sql/ |
connection.cc | 926 // SQLite uses a lookaside buffer to improve performance of small mallocs. 927 // Chromium already depends on small mallocs being efficient, so we disable [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
malloc.c | 607 ** that all prior mallocs (ex: "a") worked too.
|
test_malloc.c | 123 ** calling this routine, the next nDelay mallocs will succeed, followed [all...] |
/external/compiler-rt/lib/asan/ |
asan_allocator2.cc | 388 thread_stats.mallocs++;
|
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
typemaps.i | 540 int Create_Math(iMath** pptr); // its factory (assume it mallocs)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_os_userspace.h | 562 /* Declare all the malloc names for all the various mallocs */ [all...] |
/external/ipsec-tools/ |
ChangeLog | 639 * src/racoon/isakmp_xauth.c: Fix unchecked mallocs (Coverity 4176,
|