HomeSort by relevance Sort by last modified time
    Searched full:allocations (Results 426 - 450 of 1018) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/lsan/
lsan_common.cc 481 uptr bytes = 0, allocations = 0; local
485 allocations += leaks_[i].hit_count;
491 bytes, allocations);
  /external/freetype/src/base/
ftdbgmem.c 408 printf( "FreeType: total memory allocations = %ld\n",
685 /* return NULL if the maximum number of allocations was reached */
785 /* return NULL if the maximum number of allocations was reached */
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 299 /// heap memory: that is, all initializers of the globals are allocations, and
300 /// those allocations have no use other than initialization of the global.
349 // Okay, this is an indirect global. Remember all of the allocations for
  /external/qemu/memcheck/
memcheck.c 259 * 1 if process has allocations descriptors for pages defined by a buffer, or
260 * 0 if pages containing given buffer don't have any memory allocations in
456 * that we somehow lost track of memory allocations. */
memcheck_common.h 221 * allocations can be made in context of that process PID. This flag marks such
222 * allocations in the process' allocation descriptors map.
228 * a copy of the parent process' heap. Thus, all allocations that were recorded
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 21 allocations.</para>
62 <listitem><para>useless or underused allocations: blocks which are
201 <para>Well, at least all the blocks are freed (24,240 allocations,
  /external/llvm/docs/
AliasAnalysis.rst 523 * Distinct globals, stack allocations, and heap allocations can never alias.
524 * Globals, stack allocations, and heap allocations never alias the null pointer.
530 * Function calls can not modify or references stack allocations if they never
  /art/runtime/gc/collector/
mark_sweep.cc 277 // knowing that new allocations won't be marked as live.
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 153 * <p>This is set by default for allocations created with {@link
705 * Copy an Allocation from an Allocation. The types of both allocations
714 throw new RSIllegalArgumentException("Types of allocations must match.");
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 75 reduced system time spent on allocations.
94 now the huge disparity in memory allocations. A
356 This caused literally millions of extra calls and vector allocations
  /external/chromium_org/v8/src/
flag-definitions.h 507 DEFINE_int(gc_interval, -1, "garbage collect after <n> allocations")
558 "Dump heap object allocations/movements/size_updates")
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 752 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null in allocations");
756 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null out allocations");
771 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null allocations");
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 181 // as it may be expensive for large allocations.
  /art/runtime/
scoped_thread_state_change.h 160 * This will be called on otherwise unreferenced objects. We cannot do GC allocations here, and
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 46 /** Base string class tracks the allocations and provides simple string
  /external/bluetooth/bluedroid/include/
gki_target.h 391 /* The following pool is meant for large allocations such as SDP_DB */
  /external/chromium_org/base/containers/
stack_container.h 31 // allocations will not use the stack buffer, even if there is unused room.
  /external/chromium_org/base/
security_unittest.cc 174 // Test array[TooBig][X] and array[X][TooBig] allocations for int overflows.
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 328 // allocations that can't be index by an int.
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 31 /* buffer var allocations */
hb-ot-shape-complex-sea.cc 29 /* buffer var allocations */
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 99 Arena* const arena_; // Arena used for allocations of nodes
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 311 * allocations.
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_decoder.c 175 /* Limit frame_size to avoid excessive stack allocations. */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 345 // Snapshots allocations by malloc and mmap.

Completed in 1362 milliseconds

<<11121314151617181920>>