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

1 2 34 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 35 /* buffer var allocations, used during the normalization process */
  /external/kernel-headers/original/linux/
omap_ion.h 23 * struct omap_ion_tiler_alloc_data - metadata passed from userspace for allocations
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 41 std::vector<void*> Allocations;
45 void add(void *mem) { Allocations.push_back(mem); }
47 for (unsigned i = 0; i < Allocations.size(); ++i)
48 free(Allocations[i]);
  /external/qemu/elff/
elf_alloc.cc 15 * allocations for DWARF objects.
elf_alloc.h 15 * allocations for DWARF objects.
66 * memory allocations (and then, deallocations) we will use this simple memory
105 * instance allocations. NOTE: it's required, that all classes that use
  /external/srtp/
TODO 65 functions, so that there need not be multiple allocations within a
  /frameworks/native/services/surfaceflinger/EventLog/
EventLogTags.logtags 29 # 4: Number of allocations
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 22 * It is intended only to save allocations. This class is not thread safe.
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 15 * allocations for DWARF objects.
elf_alloc.h 15 * allocations for DWARF objects.
66 * memory allocations (and then, deallocations) we will use this simple memory
105 * instance allocations. NOTE: it's required, that all classes that use
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.h 61 * the compress structure, and frees allocations in libjpeg's pools.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.js 49 ' allocations. Showing > 0.1 MB.';
53 // Build a nested tree-view of allocations
105 // The empty trace name indicates that the allocations occurred at
  /external/chromium_org/base/memory/
discardable_memory_android.cc 212 // - Allocations are performed by the global allocator when file descriptor
218 // systematically have small allocations go through the allocator to let big
219 // allocations systematically go through individual ashmem regions.
  /external/llvm/include/llvm/Support/
Recycler.h 76 // or the callee isn't tracking allocations and should just call
81 /// clear - Release all the tracked allocations to the allocator. The
82 /// recycler must be free of any tracked allocations before being
  /hardware/ti/omap3/dspbridge/inc/
cmmdefs.h 101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
109 ULONG ulTotalInUseCnt; /* Total # of allocations outstanding for CMM */
118 ULONG ulSegId; /* segment Id used for SM allocations */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h 101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
109 ULONG ulTotalInUseCnt; /* Total # of allocations outstanding for CMM */
118 ULONG ulSegId; /* segment Id used for SM allocations */
  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.h 47 // Allocations are bracketed:
108 // of each allocation obtained from the underlying OS. Multi-page allocations
109 // are returned to the OS. Individual page allocations are kept for future
187 // Track allocations if and only if we're using guard blocks
198 size_t alignment; // all returned allocations will be aligned at
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 90 ** Head and tail of a linked list of all outstanding allocations
96 ** The number of levels of backtrace to save in new allocations.
114 ** Gather statistics on the sizes of memory allocations.
119 int nAlloc[NCSIZE]; /* Total number of allocations */
120 int nCurrent[NCSIZE]; /* Current number of allocations */
451 ** Set the title string for subsequent allocations.
474 ** allocations into that log.
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heapprofile.html 27 <p>The profiling system instruments all allocations and frees. It
117 mmap and sbrk internally for allocations. One partial solution is
118 to filter these allocations out when running <code>pprof</code>,
149 allocations. However, for that task, it's easier to use the <A
213 <p>You often want to skip allocations during the initialization phase
268 <h3>Total allocations + object-level information</h3>
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h 140 * @request_region: function to be called when the number of allocations
142 * @release_region: function to be called when the number of allocations
146 * @allow_nonsecure_alloc: allow non-secure allocations from this heap. For
148 * allocations. For non-secure heaps, this flag is ignored.
172 * @request_region: function to be called when the number of allocations
174 * @release_region: function to be called when the number of allocations
  /external/chromium_org/content/test/gpu/gpu_tests/
memory.py 20 // 2. allocations that the renderer's impl thread will make due to the
  /external/chromium_org/courgette/
memory_allocator.h 167 // threshold there were 17 allocations higher than this threshold
168 // (largest at 136MB) 10 allocations just below the threshold and 6362
169 // smaller allocations.
256 // heap allocations.
  /external/chromium_org/media/base/
data_buffer.h 19 // Unlike DecoderBuffer, allocations are assumed to be allocated with the
  /external/chromium_org/third_party/WebKit/Source/platform/
PurgeableBuffer.cpp 36 // WebDiscardableMemory allocations are a limited resource. We only use them
  /external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h 41 // WTF_ANNOTATE_SCOPED_MEMORY_LEAK: all allocations made in the current scope

Completed in 1391 milliseconds

1 2 34 5 6 7 8 91011>>