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

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
percpu.h 25 * Use this to get to a cpu's version of the per-cpu object allocated using
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 55 * returns a pointer to the allocated block.
57 * \param size size of the memory block to be allocated on the heap.
59 * \return pointer to allocated memory block or NULL in case of error.
68 * \brief Frees allocated memory block.
  /external/libnfc-nxp/src/
phOsalNfc.h 176 * \param[in] Size Size, in uint8_t, to be allocated
178 * \retval NON-NULL value: The memory was successfully allocated ; the return value points to the allocated memory location
187 * \brief This API allows to free already allocated memory.
  /external/llvm/test/CodeGen/X86/
2010-06-28-FastAllocTiedOperand.ll 7 ; allocated %eax.
  /external/mesa3d/docs/
enums.txt 4 Blocks allocated to Mesa:
  /external/openssh/
audit.c 143 * Called when a user session is started. Argument is the tty allocated to
144 * the session, or NULL if no tty was allocated.
159 * Called when a user session is closed. Argument is the tty allocated to
160 * the session, or NULL if no tty was allocated.
  /external/oprofile/libop/
op_alloc_counter.c 65 * be allocated by increasing number: it's not
83 * deallocate all previously allocated resource by build_counter_arc()
104 * @param allocated_mask current counter already allocated mask
113 * a bitmask of already allocated counter. Walking through node is done in
  /external/qemu/distrib/jpeg-6b/
jchuff.h 30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.h 42 Uint8 *mixbuf; /* The raw allocated mixing buffer */
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.h 38 Uint8* mixbuf; /* The raw allocated mixing buffer */
  /external/qemu/memcheck/
memcheck_malloc_map.h 15 * tree (a map) of memory blocks allocated by the guest system. The map is
17 * address range that belongs to a memory block allocated in the guest's space.
79 * allocated memory range (including guarding areas), as defined by the
96 * allocated memory range (including guarding areas), as defined by the
  /external/qemu/
qbool.c 61 * qbool_destroy_obj(): Free all memory allocated by a
qfloat.c 61 * qfloat_destroy_obj(): Free all memory allocated by a
qint.c 60 * qint_destroy_obj(): Free all memory allocated by a
  /external/skia/include/core/
SkMallocPixelRef.h 16 so that we can freely assign memory allocated by one class to the other.
  /external/skia/src/core/
SkWriter32.cpp 125 size_t allocated = block->fAllocated; local
126 memcpy(dst, block->base(), allocated);
127 dst = (char*)dst + allocated;
130 SkDEBUGCODE(total += allocated;)
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 20 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp 13 total heap usage: ... allocs, ... frees, ... bytes allocated
partiallydefinedeq.stderr.exp2 18 total heap usage: ... allocs, ... frees, ... bytes allocated
realloc3.c 4 referred to it would state that it was allocated not by the realloc(),
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 17 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/webkit/Source/WebKit/efl/ewk/
ewk_history.cpp 190 * @return the @b newly allocated item instance. This memory must be
204 * @return the @b newly allocated item instance. This memory must be
218 * @return the @b newly allocated item instance. This memory must be
233 * @return the @b newly allocated item instance. This memory must be
266 * @return a newly allocated list of @b newly allocated item
289 * @return a newly allocated list of @b newly allocated item
326 * @return a newly allocated list of @b newly allocated ite
    [all...]
ewk_tiled_matrix.c 50 uint64_t allocated, freed; member in struct:_Ewk_Tile_Matrix::__anon15009::__anon15010
154 * @return newly allocated instance on success, @c NULL on failure.
208 tiles = tm->stats.tiles.allocated - tm->stats.tiles.freed;
209 bytes = tm->stats.bytes.allocated - tm->stats.bytes.freed;
217 tm->stats.tiles.allocated, tm->stats.tiles.freed, tiles,
218 tm->stats.bytes.allocated, tm->stats.bytes.freed, bytes);
223 tm->stats.tiles.allocated, tm->stats.tiles.freed,
224 tm->stats.bytes.allocated, tm->stats.bytes.freed,
229 tm->stats.tiles.allocated, tm->stats.tiles.freed,
230 tm->stats.bytes.allocated, tm->stats.bytes.freed)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.c 63 * @len: Length for the allocated buffer
64 * Returns: Buffer to the allocated wpabuf or %NULL on failure
133 * wpabuf_concat - Concatenate two buffers into a newly allocated one
176 * Otherwise a new buffer is allocated and prefixed with 0x00 octets followed
  /frameworks/av/services/audioflinger/
SourceAudioBufferProvider.h 43 void* mAllocated; // pointer to base of allocated memory

Completed in 933 milliseconds

<<11121314151617181920>>