/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 | 45 malloced>>20, malloced_redzones>>20, mallocs); 55 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size); 115 malloc_stats->blocks_in_use = stats.mallocs;
|
asan_stats.h | 28 uptr mallocs; member in struct:__asan::AsanStats
|
/external/chromium_org/third_party/skia/src/core/ |
SkMiniData.cpp | 33 // At most 7 bytes fit, but never mallocs.
|
SkConvolver.h | 138 // |FilterInstance.data_location| to avoid the mallocs required for storing
|
/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 | 350 // 357 = Outstanding allocations (mallocs - frees) 352 // 14653 = Total allocations (mallocs) 376 // 68 = Outstanding allocations (mallocs - frees) 378 // 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 | 107 /// then return that multiple. For non-array mallocs, the multiple is 108 /// constant 1. Otherwise, return NULL for mallocs whose array size cannot be
|
/external/chromium_org/third_party/skia/include/core/ |
SkDraw.h | 40 * To save on mallocs, we allow a flag that tells us that srcPath is
|
/external/eigen/unsupported/test/ |
jacobisvd.cpp | 193 // Check that preallocation avoids subsequent mallocs
|
/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 | 39 * To save on mallocs, we allow a flag that tells us that srcPath is
|
/ndk/sources/cxx-stl/gabi++/tests/ |
malloc_lockup.cpp | 37 // result of __cxa_get_globals() linked against the special mallocs,
|
/external/chromium_org/skia/ext/ |
convolver.h | 158 // |FilterInstance.data_location| to avoid the mallocs required for storing
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 184 // NOTE: cssPropertyInfo lookups incur several mallocs.
|