HomeSort by relevance Sort by last modified time
    Searched full:allocated (Results 51 - 75 of 6546) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
leak-pool-0.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-1.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-2.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-3.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-4.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-5.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
mallinfo.stderr.exp 6 total heap usage: ... allocs, ... frees, ... bytes allocated
new_override.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
sbfragment.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/main/memcheck/tests/linux/
brk.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
capget.stderr.exp 9 total heap usage: ... allocs, ... frees, ... bytes allocated
sigqueue.stderr.exp 6 total heap usage: 1 allocs, 1 frees, 128 bytes allocated
syscalls-2007.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
syslog-syscall.stderr.exp 6 total heap usage: ... allocs, ... frees, ... bytes allocated
  /libcore/include/
LocalArray.h 24 * A fixed-size array with a size hint. That number of bytes will be allocated
26 * construction time, a buffer will be allocated on the heap (and deallocated
38 * be allocated.
49 * Frees the heap-allocated buffer, if there was one.
  /development/tutorials/MoarRam/jni/
bar.c 38 ALOGW("%d 2M-byte blocks allocated so far (just allocated %p)",
56 ALOGW("%d 2M-byte blocks allocated so far (just freed %p)",
foo.c 38 ALOGW("%d 32-byte blocks allocated so far (just allocated %p)",
56 ALOGW("%d 32-byte blocks allocated so far (just freed %p)",
  /external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.h 19 * Frees all blocks that have been allocated with alloc().
26 * address was allocated by malloc or new (because it hasn't).
31 * Releases the most recently allocated bytes back to allocpool.
  /external/clang/test/Analysis/
keychainAPI-diagnostic-visitor.m 28 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, (void **)&bytes); // expected-note {{Data is allocated here}}
33 length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data is not released}}
  /external/skia/src/gpu/
GrAllocPool.h 19 * Frees all blocks that have been allocated with alloc().
26 * address was allocated by malloc or new (because it hasn't).
31 * Releases the most recently allocated bytes back to allocpool.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Null.h 37 * @param pDecoderType : pointer on an M4AD_Type (allocated by the caller)
40 * by this decoder. The interface is a structure allocated by the
41 * function and must be un-allocated by the caller.
  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.h 49 /* need to define the struct here (not opaque) so it can be allocated by */
57 size_t allocated; /* items allocated */ member in struct:CF2_ArrStackRec_
59 size_t count; /* number of elements allocated */
60 size_t totalSize; /* total bytes allocated */
  /external/freetype/src/cff/
cf2arrst.h 49 /* need to define the struct here (not opaque) so it can be allocated by */
57 size_t allocated; /* items allocated */ member in struct:CF2_ArrStackRec_
59 size_t count; /* number of elements allocated */
60 size_t totalSize; /* total bytes allocated */
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 76 // all remaining allocated blocks are freed.
83 AllocMap allocated; local
110 it = allocated.find(rnd);
111 if (it != allocated.end()) {
118 allocated[rnd] = block_desc;
122 it = allocated.begin();
123 if (it != allocated.end()) {
128 allocated.erase(it);
134 while ((it = allocated.begin()) != allocated.end())
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 76 // all remaining allocated blocks are freed.
83 AllocMap allocated; local
110 it = allocated.find(rnd);
111 if (it != allocated.end()) {
118 allocated[rnd] = block_desc;
122 it = allocated.begin();
123 if (it != allocated.end()) {
128 allocated.erase(it);
134 while ((it = allocated.begin()) != allocated.end())
    [all...]

Completed in 584 milliseconds

1 23 4 5 6 7 8 91011>>