Searched refs:allocated (Results 76 - 100 of 266) sorted by relevance

1234567891011

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm23 ; at run-time to memory dynamically allocated with
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.h91 virtual bool SetBackbufferAllocation(bool allocated) OVERRIDE;
92 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp113 int allocated; member in struct:llvm::__anon22781::PassTestBase
117 EXPECT_EQ(0, allocated);
118 allocated++;
129 PassTestBase() : P(ID), allocated(0) {
137 EXPECT_GT(allocated, 0);
138 allocated--;
161 EXPECT_EQ(0, PassTestBase<P>::allocated);
259 EXPECT_EQ(0, allocated);
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stderr.exp17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dmcsigpass.stderr.exp17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dmcwatchpoints.stderr.exp22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.stderr.exp13 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dcustom_alloc.stderr.exp77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'd
84 Address 0x........ is 8 bytes before a recently re-allocated block of size 10 alloc'd
91 Address 0x........ is 0 bytes after a recently re-allocated block of size 10 alloc'd
98 Address 0x........ is 7 bytes after a recently re-allocated block of size 10 alloc'd
105 Address 0x........ is 8 bytes after a recently re-allocated block of size 10 alloc'd
/external/qemu/hw/
H A Dsmc91c111.c35 /* Bitmask of allocated packets. */
36 int allocated; member in struct:__anon25802
74 qemu_put_be32(f, s->allocated);
110 s->allocated = qemu_get_be32(f);
175 if (s->allocated == (1 << NUM_PACKETS) - 1) {
180 if ((s->allocated & (1 << i)) == 0)
183 s->allocated |= 1 << i;
226 /* Release the memory allocated to a packet. */
229 s->allocated &= ~(1 << packet);
308 s->allocated
[all...]
/external/bluetooth/bluedroid/stack/avct/
H A Davct_int.h66 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon1069
77 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon1070
93 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member in struct:__anon1071
109 UINT8 allocated; /* Whether LCB/BCB is allocated */ member in struct:__anon1072
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncpacketsocket.h44 // assigned yet, then they set to 0 in the result and |allocated| is
45 // set to false. Otherwise |allocated| is set to true.
46 virtual SocketAddress GetLocalAddress(bool* allocated) const = 0;
70 // Emitted after address for the socket is allocated.
H A Dasynctcpsocket.h46 virtual SocketAddress GetLocalAddress(bool* allocated) const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c32 uint64_t allocated; member in struct:nouveau_mman
146 cache->allocated += size;
150 cache->allocated / 1024);
155 /* @return token to identify slab or NULL if we just allocated a new bo */
248 cache->allocated = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkWriter32.cpp151 size_t allocated = block->fAllocatedSoFar; local
152 memcpy(dst, block->base(), allocated);
153 dst = (char*)dst + allocated;
156 SkDEBUGCODE(total += allocated;)
/external/expat/tests/
H A Dminicheck.h61 int allocated; member in struct:TCase
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h66 HB_UInt allocated; member in struct:HB_BufferRec_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer.h66 HB_UInt allocated; member in struct:HB_BufferRec_
/external/libvorbis/vq/
H A Dvqgen.h35 long allocated; member in struct:vqgen
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c32 uint64_t allocated; member in struct:nouveau_mman
146 cache->allocated += size;
150 cache->allocated / 1024);
155 /* @return token to identify slab or NULL if we just allocated a new bo */
248 cache->allocated = 0;
/external/skia/src/core/
H A DSkWriter32.cpp151 size_t allocated = block->fAllocatedSoFar; local
152 memcpy(dst, block->base(), allocated);
153 dst = (char*)dst + allocated;
156 SkDEBUGCODE(total += allocated;)
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c96 size_t allocated; member in struct:_trio_string_t
1275 self->allocated = 0;
1298 ? ( (self->allocated == 0) ? 1 : self->allocated * 2 )
1299 : self->allocated + delta;
1305 self->allocated = new_size;
1327 return (self->allocated < length)
1328 ? TrioStringGrow(self, length - self->allocated)
1339 @return Newly allocated dynamic string, or NULL if memory allocation failed.
1355 self->allocated
[all...]
/external/libxml2/
H A Dtriostr.c96 size_t allocated; member in struct:_trio_string_t
1275 self->allocated = 0;
1298 ? ( (self->allocated == 0) ? 1 : self->allocated * 2 )
1299 : self->allocated + delta;
1305 self->allocated = new_size;
1327 return (self->allocated < length)
1328 ? TrioStringGrow(self, length - self->allocated)
1339 @return Newly allocated dynamic string, or NULL if memory allocation failed.
1355 self->allocated
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh69 unsigned int allocated; /* Length of allocated arrays */ member in struct:hb_buffer_t
184 { return likely (size < allocated) ? true : enlarge (size); }
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_agp_offset.spec67 On "PC" computers, AGP memory can be allocated with glXAllocateMemoryNV
/external/chromium_org/v8/src/
H A Dincremental-marking.h100 // Do some marking every time this much memory has been allocated or that many
104 // Start off by marking this many times more memory than has been allocated.
115 void OldSpaceStep(intptr_t allocated);
117 void Step(intptr_t allocated, CompletionAction action);

Completed in 853 milliseconds

1234567891011