HomeSort by relevance Sort by last modified time
    Searched refs:allocated (Results 101 - 125 of 690) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_07.stderr.exp 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/memcheck/tests/
sbfragment.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
sem.stderr.exp 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
leak-autofreepool.c 23 // the MALLOCLIKE blocks allocated from the meta-pool, and report them as leaks.
26 // allocated from it, because that is the defined behaviour of the allocator.
30 size_t allocated; member in struct:pool
71 MetaPool->allocated = POOL_BLOCK_SIZE;
89 PlainPool->allocated = POOL_BLOCK_SIZE;
100 assert(p->used + n < p->allocated);
113 assert(p->used + n < p->allocated);
328 perf_meta_pool.allocated = pool_block_size;
340 perf_plain_pool.allocated = pool_block_size;;
accounting.stderr.exp 9 total heap usage: 1 allocs, 1 frees, 1 bytes allocated
bug155125.stderr.exp 10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
describe-block.stderr.exp 10 total heap usage: ... allocs, ... frees, ... bytes allocated
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-14.d 4 #as: -linker-allocated-gregs
bpo-14m.d 4 #as: -linker-allocated-gregs
bpo-16m.d 5 #as: -linker-allocated-gregs
bpo-17m.d 4 #as: -linker-allocated-gregs
  /external/e2fsprogs/e2fsck/
region.c 32 struct region_el *allocated; member in struct:region_struct
52 for (r = region->allocated; r; r = next) {
73 * conflicts witih something that's already allocated, return
78 for (r = region->allocated, prev=NULL; r; prev = r, r = r->next) {
116 region->allocated = new_region;
164 for (r = region->allocated; r; r = r->next) {
  /external/e2fsprogs/intl/
vasnprintf.c 142 size_t allocated; local
170 allocated = *lengthp;
175 allocated = 0;
179 result is either == resultbuf or == NULL or malloc-allocated.
182 /* Ensures that allocated >= needed. Aborts through a jump to
185 if ((needed) > allocated) \
190 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \
191 if ((needed) > allocated) \
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_libcdep.cc 90 stack_depot_stats->allocated) {
91 Printf("%s: StackDepot: %zd ids; %zdM allocated\n",
94 stack_depot_stats->allocated >> 20);
95 prev_reported_stack_depot_size = stack_depot_stats->allocated;
  /art/test/1900-track-alloc/
alloc.cc 27 typedef jvmtiError (*GetGlobalState)(jvmtiEnv* env, jlong* allocated);
76 jlong allocated = -1; local
77 JvmtiErrorToException(env, jvmti_env, data->get_global_state(jvmti_env, &allocated));
78 return allocated;
  /external/freetype/src/psaux/
psarrst.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/valgrind/coregrind/m_demangle/
dyn-string.h 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10353.go 31 x() // This statement crashed, because the partial call was allocated on the old stack.
33 // Grow stack so that partial call x becomes invalid if allocated on stack.
issue13171.go 15 // y is allocated to X0
  /prebuilts/go/darwin-x86/test/
init1.go 38 // allocated fewer than N*MB bytes from the system.
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10353.go 31 x() // This statement crashed, because the partial call was allocated on the old stack.
33 // Grow stack so that partial call x becomes invalid if allocated on stack.
  /prebuilts/go/linux-x86/test/
init1.go 38 // allocated fewer than N*MB bytes from the system.
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /toolchain/binutils/binutils-2.27/include/
dyn-string.h 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
  /external/jsoncpp/src/lib_json/
json_batchallocator.h 21 * It does not allow the destruction of a single object. All the allocated
39 batches_ = allocateBatch(0); // allocated a dummy page
73 AllocatedType* allocated = currentBatch_->used_; local
75 return allocated;
112 /// Head of a single linked list within the allocated space of freeed object
  /external/valgrind/memcheck/tests/linux/
brk.stderr.exp 8 total heap usage: ... allocs, ... frees, ... bytes allocated

Completed in 303 milliseconds

1 2 3 45 6 7 8 91011>>