/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 1521 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); local 1536 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); local [all...] |
/external/llvm/test/Transforms/ScalarRepl/ |
phi-select.ll | 133 ;; Promote allocs that are PHI'd together by moving the loads.
|
/external/chromium_org/third_party/libxml/src/ |
xmlreader.c | 120 int allocs; /* what structure were deallocated */ member in struct:_xmlTextReader [all...] |
/external/libxml2/ |
xmlreader.c | 120 int allocs; /* what structure were deallocated */ member in struct:_xmlTextReader [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memory_region_map.cc | 512 curr->allocs += bucket.allocs; 607 ++b->allocs; [all...] |
heap-profile-table.h | 491 return (total_.allocs == 0) && (total_.alloc_size == 0); 512 total_.allocs++;
|
thread_cache.h | 379 // This catches back-to-back frees of allocs in the same size
|
/external/chromium_org/third_party/icu/source/i18n/ |
reldtfmt.cpp | 456 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
|
/external/chromium_org/third_party/npapi/bindings/ |
npruntime.h | 295 NPIdentifiers back to the caller. The callee allocs the memory of
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 186 // X has special logic to discard very big allocs before even passing 562 #ifndef DEBUGALLOCATION // debug allocation takes forever for huge allocs [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 186 // X has special logic to discard very big allocs before even passing 562 #ifndef DEBUGALLOCATION // debug allocation takes forever for huge allocs [all...] |
/external/valgrind/main/drd/ |
drd_malloc_wrappers.c | 368 "malloc/free: %lu allocs, %lu frees, %lu bytes allocated.\n",
|
/dalvik/vm/ |
LinearAlloc.cpp | 283 * - thread A allocs across a page boundary, but gets preempted 285 * - thread B allocs within the new page, and doesn't call mprotect()
|
/dalvik/vm/alloc/ |
Heap.cpp | 195 // DeflateTest allocs a bunch of ~128k buffers w/in 0-5 allocs of each other
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
ChangeLog | 155 * 16-byte align debug allocs (jyasskin) 178 * BUGFIX: Suppress all large allocs when report threshold is 0 (lexie) 270 * New environment variables to control kernel-allocs (sbrk, memfs, etc) [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npruntime.h | 317 NPIdentifiers back to the caller. The callee allocs the memory of
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.h | 352 // This catches back-to-back frees of allocs in the same size
|
/external/icu4c/i18n/ |
reldtfmt.cpp | 507 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
|
/external/iproute2/ip/ |
ipntable.c | 562 fprintf(fp, "allocs %llu ", ndts->ndts_allocs);
|
/external/valgrind/main/coregrind/ |
m_xarray.c | 157 element array, since all allocs are rounded up to 8 anyway.
|
/external/valgrind/main/docs/internals/ |
3_3_BUGSTATUS.txt | 49 156065 LOW pend VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs
|
/external/valgrind/main/massif/tests/ |
culling1.stderr.exp | 429 Massif: heap allocs: 200 432 Massif: ignored heap allocs: ... 435 Massif: stack allocs: 0 441 Massif: SXPt allocs: ...
|
culling2.stderr.exp | [all...] |
/hardware/ti/omap4xxx/ |
heaptracker.c | 537 // malloc_log("@@@ scanned %d/%d allocs and %d/%d freed\n",
|
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 349 /* Note: we do not free fill the custom allocs produced 1025 " total heap usage: %'lu allocs, %'lu frees, %'llu bytes allocated\n"
|