HomeSort by relevance Sort by last modified time
    Searched full:mallocs (Results 26 - 50 of 66) sorted by null

12 3

  /external/skia/src/core/
SkConvolver.h 136 // |FilterInstance.data_location| to avoid the mallocs required for storing
  /external/valgrind/main/coregrind/
pub_core_mallocfree.h 46 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...]
  /external/eigen/test/
jacobisvd.cpp 345 // Check that preallocation avoids subsequent mallocs
  /external/libppp/src/
mbuf.c 338 prompt_Printf(arg->prompt, "Mallocs: %llu, Frees: %llu\n",
  /external/v8/src/
v8-counters.h 61 /* Mallocs from PCRE */ \
  /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/eigen/unsupported/test/mpreal/
dlmalloc.h 236 mallocs), which may also improve cache locality in some
289 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,
542 /// Allocas and Mallocs
MemoryBuiltins.cpp 288 /// then return that multiple. For non-array mallocs, the multiple is
289 /// constant 1. Otherwise, return NULL for mallocs whose array size cannot be
  /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/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 877 // SQLite uses a lookaside buffer to improve performance of small mallocs.
878 // 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 413 thread_stats.mallocs++;
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 108 // object to avoid mallocs in that case.
    [all...]
  /external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 537 /* 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,
  /external/libpng/
example.c 803 * libpng mallocs info_ptr->palette, libpng will free it). If you
  /external/llvm/lib/Support/
regcomp.c 181 /* do the mallocs early so failure handling is easy */
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 173 /* do the mallocs early so failure handling is easy */
    [all...]

Completed in 609 milliseconds

12 3