/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.])
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeBackgroundService.java | 34 final ArrayList<int[]> mAllocs = new ArrayList<int[]>(); 50 mAllocs.add(alloc);
|
/external/compiler-rt/lib/asan/ |
asan_stats.cc | 40 malloced>>20, malloced_redzones>>20, mallocs); 50 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size); 124 malloc_stats->blocks_in_use = accumulated_stats.mallocs;
|
asan_stats.h | 28 uptr mallocs; member in struct:__asan::AsanStats
|
/external/chromium_org/base/process/ |
memory.h | 57 // Very large images or svg canvases can cause huge mallocs. Skia
|
/external/chromium_org/third_party/sqlite/src/test/ |
memleak.test | 29 # LeakList will hold a list of the number of unfreed mallocs after
|
/external/llvm/test/Transforms/GlobalOpt/ |
2009-11-16-MallocSingleStoreToGlobalVar.ll | 1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
|
/external/chromium_org/chrome/test/perf/ |
url_parse_perftest.cc | 65 // Includes both parsing and canonicalization with no mallocs. 93 // Includes both parsing and canonicalization, and mallocs for the output.
|
/external/chromium_org/base/debug/ |
trace_event_memory.cc | 337 // 357 = Outstanding allocations (mallocs - frees) 339 // 14653 = Total allocations (mallocs) 363 // 68 = Outstanding allocations (mallocs - frees) 365 // 1087 = Total allocations (mallocs)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
libc_override.h | 44 // mallocs and frees before this routine is called.) It may be a
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
libc_override.h | 44 // mallocs and frees before this routine is called.) It may be a
|
/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/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/chromium_org/third_party/skia/include/core/ |
SkDraw.h | 38 * To save on mallocs, we allow a flag that tells us that srcPath is
|
/external/llvm/include/llvm/ADT/ |
SmallSet.h | 25 /// maintained with no mallocs. If the set gets large, we expand to using an
|
/external/skia/include/core/ |
SkDraw.h | 38 * To save on mallocs, we allow a flag that tells us that srcPath is
|
/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/chromium_org/skia/ext/ |
convolver.h | 159 // |FilterInstance.data_location| to avoid the mallocs required for storing
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 173 // NOTE: cssPropertyInfo lookups incur several mallocs.
|
/external/chromium_org/third_party/skia/src/core/ |
SkConvolver.h | 136 // |FilterInstance.data_location| to avoid the mallocs required for storing
|
/external/llvm/lib/Support/ |
Allocator.cpp | 49 // to allocate more. Increase slab size to reduce mallocs and possibly memory
|