HomeSort by relevance Sort by last modified time
    Searched full:mallocs (Results 1 - 25 of 43) sorted by null

1 2

  /external/genext2fs/m4/
ac_func_scanf_can_malloc.m4 51 AC_DEFINE([SCANF_CAN_MALLOC], 1, [Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if %a format denotes a float.])
  /external/compiler-rt/lib/asan/
asan_stats.cc 39 malloced>>20, malloced_redzones>>20, mallocs);
49 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size);
asan_stats.h 28 uptr mallocs; member in struct:__asan::AsanStats
asan_thread_registry.cc 148 malloc_stats->blocks_in_use = accumulated_stats_.mallocs;
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 34 final ArrayList<int[]> mAllocs = new ArrayList<int[]>();
50 mAllocs.add(alloc);
  /external/llvm/test/Transforms/GlobalOpt/
2009-11-16-MallocSingleStoreToGlobalVar.ll 1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
  /external/genext2fs/
config.h.in 107 /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
config.h 108 /* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
  /external/skia/include/core/
SkDraw.h 39 * To save on mallocs, we allow a flag that tells us that srcPath is
  /external/valgrind/main/memcheck/tests/
origin4-many.c 19 to the last of the 8 mallocs, that is, to p_ui8.
sbfragment.c 87 printf ("%d mallocs failed, below output is doubful\n", malloc_failure);
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp 38 * additional mallocs to keep the most recent operations logged. Only numbers are
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 103 /// then return that multiple. For non-array mallocs, the multiple is
104 /// constant 1. Otherwise, return NULL for mallocs whose array size cannot be
  /external/llvm/include/llvm/ADT/
SmallSet.h 25 /// maintained with no mallocs. If the set gets large, we expand to using an
  /external/skia/legacy/include/core/
SkDraw.h 39 * To save on mallocs, we allow a flag that tells us that srcPath is
  /external/webkit/Source/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 138 // FIXME: This mallocs a string for the property name and then throws it
  /external/valgrind/main/memcheck/
mc_leakcheck.c 336 MC_Chunk **mallocs, **chunks, *mc; local
343 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs );
345 tl_assert(mallocs == NULL);
349 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks);
369 m = find_chunk_for(mc->data, mallocs, n_mallocs);
378 m = find_chunk_for(mc->data + (mc->szB - 1), mallocs, n_mallocs);
406 chunks[s++] = mallocs[m];
412 VG_(free)(mallocs);
    [all...]
  /external/llvm/lib/Support/
Allocator.cpp 49 // to allocate more. Increase slab size to reduce mallocs and possibly memory
  /external/valgrind/main/coregrind/
pub_core_mallocfree.h 46 CLIENT for the client's mallocs/frees, if the tool replaces glibc's
  /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,
543 /// Allocas and Mallocs

Completed in 5712 milliseconds

1 2