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

12 3 4 5 6 7 8 91011>>

  /art/test/NativeAllocations/
NativeAllocations.java 58 NativeAllocation[] allocations = new NativeAllocation[count]; local
60 allocations[i % count] = new NativeAllocation(size);
  /dalvik/tests/098-native-allocations/src/
Main.java 58 NativeAllocation[] allocations = new NativeAllocation[count]; local
60 allocations[i % count] = new NativeAllocation(size);
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 9 /* Private allocations for authentication algorithms */
20 /* private allocations - based on RFC2407/IANA assignment */
  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.cpp 165 // Do a mass-deallocation of all the individual allocations
169 // The deallocated pages are saved for future allocations.
197 // Do a mass-deallocation of all the individual allocations
214 // If we are using guard blocks, all allocations are bracketed by
259 // No guard blocks for multi-page allocations (yet)
288 // Check all allocations in a list for damage by calling check on each.
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_large_unittest.cc 33 // This is a unit test for large allocations in malloc and friends.
35 // For 32 bits, this means allocations near 2^32 bytes and 2^31 bytes.
36 // For 64 bits, this means allocations near 2^64 bytes and 2^63 bytes.
103 // Grab some memory so that some later allocations are guaranteed to fail.
109 // These allocations test the wrap-around code.
markidle_unittest.cc 41 // Helper routine to do lots of allocations
56 // without any intervening allocations
64 // with intervening allocations
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_large_unittest.cc 33 // This is a unit test for large allocations in malloc and friends.
35 // For 32 bits, this means allocations near 2^32 bytes and 2^31 bytes.
36 // For 64 bits, this means allocations near 2^64 bytes and 2^63 bytes.
103 // Grab some memory so that some later allocations are guaranteed to fail.
109 // These allocations test the wrap-around code.
markidle_unittest.cc 41 // Helper routine to do lots of allocations
56 // without any intervening allocations
64 // with intervening allocations
  /frameworks/base/docs/html/tools/debugging/
debugging-memory.jd 11 <li><a href="#TrackAllocations">Tracking Allocations</a></li>
12 <li><a href="#ViewingAllocations">Viewing Overall Memory Allocations</a></li>
129 allocation and where you should try to reduce allocations and release
134 <h2 id="TrackAllocations">Tracking Allocations</h2>
141 <p>For example, tracking allocations when flinging a list in your app allows you to see all the
142 allocations that need to be done for that behavior, what thread they are on, and where they came
155 <li>Click <strong>Get Allocations</strong> every time you want to update the
156 list of allocations.</li>
159 <p>The list shows all recent allocations,
166 showing recent app allocations and stack traces in the Allocation Tracker.</p
    [all...]
  /external/chromium_org/mojo/public/tests/
buffer_unittest.cc 22 // Tests small and large allocations in ScratchBuffer.
32 // Large allocations won't be on the stack.
79 // Any more allocations would result in an assert, but we can't test that.
  /external/chromium_org/mojo/public/bindings/lib/
buffer.h 16 // Buffer provides a way to allocate memory. Allocations are 8-byte aligned and
17 // zero-initialized. Allocations remain valid for the lifetime of the Buffer.
  /external/chromium_org/third_party/icu/source/common/
cmemory.c 34 /* Flag indicating whether any heap allocations have happened.
35 * Used to prevent changing out the heap functions after allocations have been made */
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 8 // and track call stacks for any allocations that are made. It can
24 // allocations and frees.
  /external/linux-tools-perf/Documentation/
examples.txt 66 well. For example the page allocations done by a 'git gc' can be
77 To check which functions generated page allocations:
120 allocations - to see precisely what kind of page allocations there
157 Or you can observe the whole system's page allocations for 10
173 Or observe how fluctuating the page allocations are, via statistical
190 and check which instructions/source-code generated page allocations:
209 ( this shows that 83.42% of __GI___fork's page allocations come from
  /external/valgrind/main/memcheck/tests/
leak.h 10 // Set a baseline, in case allocations have already happened.
18 // Set a baseline, in case allocations have already happened.
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 61 // The soft heap limit prevents the page cache allocations from growing
63 // set to. The limit does not, as of 3.5.0, affect any other allocations.
  /dalvik/vm/
AllocTracker.h 57 * Dump the tracked allocations to the log file. If "enable" is set, this
  /external/chromium_org/base/debug/
leak_annotations.h 17 // ANNOTATE_SCOPED_MEMORY_LEAK: all allocations made in the current scope
trace_event_memory.h 133 // all allocations in a special format, into trace event compatible JSON and
140 // non-zero number of current allocations. Visible for testing.
167 // A special trace name that allows us to ignore memory allocations inside
168 // the memory dump system itself. The allocations are recorded, but the
  /external/chromium_org/base/memory/
aligned_memory.cc 33 // Since aligned allocations may fail for non-memory related reasons, force a
  /external/chromium_org/base/profiler/
alternate_timer.h 24 // (such as using TCMalloc allocations to provide a pseudo-timer) for tasks
  /external/chromium_org/components/breakpad/app/
hard_error_handler_win.h 28 // or stack exahustion. This function assumes that memory allocations are
  /external/chromium_org/content/browser/loader/
resource_buffer.h 18 // Allocations are recycled in FIFO order.
22 // is fully reserved (at which point CanAllocate returns false). Allocations
56 // returning larger allocations from the Allocate method.
67 // space is limited. It will not return allocations smaller than
  /external/chromium_org/courgette/third_party/
paged_array_unittest.cc 11 // Total allocation of 4GB will fail in 32 bit programs if allocations are
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 37 // compositor also doesn't check its allocations.

Completed in 1501 milliseconds

12 3 4 5 6 7 8 91011>>