HomeSort by relevance Sort by last modified time
    Searched full:allocated (Results 151 - 175 of 4362) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 73 /// allocated.
110 /// NumRegs if they are all allocated.
120 /// as allocated.
137 /// marking it and any aliases as allocated.
143 // Mark the register and any aliases as allocated.
156 // Mark the register and any aliases as allocated.
181 /// MarkAllocated - Mark a register and all of its aliases as allocated.
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.h 32 * Allocated memory block must be 32-bit-aligned.
53 * - Next a 32-bit value stores the allocated memory size in 16-bit units.
54 * - Finally the actual allocated memory area.
55 * This means for each new memory block an additional 12 bytes are allocated.
90 /** returns size of currently allocated memory in 16bit units */
105 /** frees previously allocated memory */
118 /** frees all allocated memory */
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 128 /* Change the size of an allocated block of memory P to an array of N
159 size_t allocated = 0;
164 if (used == allocated)
165 p = x2nrealloc (p, &allocated, sizeof *p);
178 size_t allocated = 0;
184 if (used == allocated)
187 allocated = allocated1;
  /external/qemu/memcheck/
memcheck_common.h 38 /* Notifies the emulator about new memory block being allocated.
40 * space that contains allocated block information. Note that 'libc_pid' field
75 /* Describes memory block allocated from the heap. This structure is passed
77 * the emulator about new memory block being allocated from the heap. The entire
83 /* Poniter to the memory block actually allocated from the heap. Note that
128 * actually allocated in previous calls to malloc, memalign, or realloc. Since
129 * we don't keep this information directlry in the allocated block, but rather
140 * anywhere inside an allocated block, including guarding areas. Emulator
141 * will respond with information about allocated block that contains this
209 * that allocated memory. *
    [all...]
  /external/srec/portable/src/
pmemfixed.c 50 How is the memory space allocated to the fixed block pools?
62 How is the large memory block from the system allocated?
63 It can be allocated in one of three ways depending on compile time definitions. If you define
64 STATIC_MEMORY_POOL, it's allocated as a static array. If you define RTXC_PARTITION_MEMORY,
65 it's allocated from the HEAP_MAP memory partition. If you don't define anything, it's allocated
140 unsigned int allocated; member in struct:__anon12582
311 /* pHead has already been allocated, statically. Don't need to do anything. */
486 memStats[ii].allocated++;
493 if (memStats[ii].allocated > memStats[ii].max_alloc
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_chunks.sgml 165 @area_size: the size, in bytes, of each block of memory allocated to contain
183 @Returns: a pointer to the allocated atom.
193 @Returns: a pointer to the allocated atom.
211 Frees all of the memory allocated for a #GMemChunk.
249 @Returns: a pointer to the allocated atom, cast to a pointer to @type.
262 @Returns: a pointer to the allocated atom, cast to a pointer to @type.
282 It frees all of the currently allocated blocks of memory.
312 It outputs the number of #GMemChunk objects currently allocated,
324 the number of bytes used, and the number of blocks of memory allocated.
  /external/dbus/dbus/
dbus-dataslot.c 34 * allocated ID. This is used for dbus_connection_set_data(),
61 * is allocated and stored at *slot_id_p.
145 _dbus_verbose ("Allocated slot %d on allocator %p total %d slots allocated %d used\n",
154 * Deallocates an ID previously allocated with
183 _dbus_verbose ("Freeing slot %d on allocator %p total %d allocated %d used\n",
223 * have been allocated with _dbus_data_slot_allocator_alloc() for the
290 * The slot must still be allocated (must not have been freed).
292 * @param allocator the allocator slot was allocated from
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 84 Size - Specifies the size, in bytes, to be allocated.
86 RETURN: Pointer to the allocated memory.
197 DESCRIPTION: This function releases a block of memory previously allocated with the
202 pMemPtr - Pointer to the base virtual address of the allocated memory.
284 Size - Specifies the size, in bytes, to be allocated.
286 RETURN: Pointer to the allocated memory.
317 printk("\n\n%s: memory cant be allocated-Size = %d\n\n\n",
331 DESCRIPTION: This function releases a block of memory previously allocated with the
336 pMemPtr - Pointer to the base virtual address of the allocated memory.
  /dalvik/vm/alloc/
HeapSource.h 22 /* dlmalloc uses one size_t per allocated chunk.
122 * Returns true iff <ptr> was allocated from the heap source.
132 * Returns the number of usable bytes in an allocated chunk; the size
138 * Returns the number of bytes that the heap source has allocated
157 * Walks over the heap source and passes every allocated and
  /external/v8/src/
incremental-marking.h 96 // Do some marking every time this much memory has been allocated.
98 // Start off by marking this many times more memory than has been allocated.
109 void OldSpaceStep(intptr_t allocated) {
110 Step(allocated * kFastMarking / kInitialAllocationMarkingFactor,
114 void Step(intptr_t allocated, CompletionAction action);
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 101 // allocation which identifies how it was originally allocated.
103 // allocation operation. If memory is allocated with operator new[]
114 // Return the AllocType tag associated with the allocated block p.
121 // Return the address of the AllocType tag associated with the allocated block p.
127 // Set the AllocType tag to be associaged with the allocated block p.
  /bionic/libc/private/
thread_private.h 70 * tag is NULL a tag is first allocated.
74 * tag is NULL a tag is first allocated.
79 * allocated.
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 65 SocketAddress AsyncUDPSocket::GetLocalAddress(bool* allocated) const {
66 if (allocated)
67 *allocated = true;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.cc 63 bool allocated; local
64 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated);
65 if (allocated) {
  /external/expat/tests/
minicheck.c 60 if (tc->allocated == tc->ntests) {
61 int nalloc = tc->allocated + 100;
69 tc->allocated = nalloc;
  /external/freetype/include/freetype/
ftotval.h 176 * Free the buffer allocated by OpenType validator.
183 * The pointer to the buffer that is allocated by
187 * This function must be used to free the buffer allocated by
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 110 /** returns amount of allocated exclusive memory in bytes */
114 /** returns amount of allocated shared memory in bytes */
118 /** returns total amount of allocated memory in bytes */
  /external/quake/quake/src/QW/client/
zone.h 25 contiguous. Memory can be allocated from either the low or high end in a
34 The video buffers are allocated high to avoid leaving a hole underneath
39 strings from command input. There is only about 48K for it, allocated at
  /external/quake/quake/src/WinQuake/
zone.h 25 contiguous. Memory can be allocated from either the low or high end in a
34 The video buffers are allocated high to avoid leaving a hole underneath
39 strings from command input. There is only about 48K for it, allocated at
  /external/valgrind/main/memcheck/tests/
mallinfo.c 21 printf("arena = %d\n", mi.arena); /* non-mmapped space allocated from system */
26 printf("usmblks = %d\n", mi.usmblks); /* maximum total allocated space */
28 printf("uordblks = %d\n", mi.uordblks); /* total allocated space */
sbfragment.c 22 printf("%10d int arena; /* non-mmapped space allocated from system */\n", mallinfo_result.arena);
27 printf("%10d int usmblks; /* maximum total allocated space */\n", mallinfo_result.usmblks);
29 printf("%10d int uordblks; /* total allocated space */\n", mallinfo_result.uordblks);
  /gdk/samples/quake/jni/
zone.h 25 contiguous. Memory can be allocated from either the low or high end in a
34 The video buffers are allocated high to avoid leaving a hole underneath
39 strings from command input. There is only about 48K for it, allocated at
  /system/core/include/cutils/
mspace.h 55 an allocated chunk, which may be more than you requested (although
58 overwriting other allocated objects. This is not a particularly great
71 bytes is ever allocated to the mspace.
  /external/dbus/tools/
dbus-cleanup-sockets.c 161 int allocated; local
164 allocated = 2;
165 entries = xmalloc (sizeof (SocketEntry*) * allocated);
184 if (n_entries == allocated)
186 allocated *= 2;
187 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated);
  /external/qemu/slirp/
bootp.c 35 uint8_t allocated; member in struct:__anon11268
60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
66 bc->allocated = 1;
81 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) {
82 bc->allocated = 1;
101 bc->allocated = 1;

Completed in 2947 milliseconds

1 2 3 4 5 67 8 91011>>