Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 100) sorted by relevance

1234

/l4re-core-master/l4re/include/
A Dmem_alloc46 * L4Re subsystem. The memory is allocated in terms of dataspaces (see
50 * the memory backing a dataspace from an allocator need not be allocated
51 * instantly, but may be allocated lazily on demand.
54 * such as physically contiguous memory, pre-allocated memory, or pinned
68 * They describe requested properties of the allocated memory.
A Ddataspace221 * On success, at least the given range is guaranteed to be allocated. The
224 * The memory is allocated with the same rights as the dataspace
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c77 } else if (parsr->allocated) { in bb_get_chunk_with_continuation()
149 if (parser->allocated) in config_close()
200 parser->allocated |= 1; in config_read()
/l4re-core-master/cxx/lib/tl/include/
A Dstatic_vector10 * Simple encapsulation for a dynamically allocated array.
13 * for simple dynamically allocated array with static size.
A Dslab_alloc37 * supports allocated memory to be freed.
255 * \pre The object must have been allocated with this allocator.
314 * Get the number of objects which can be allocated before a new empty slab
362 * \return A pointer to the object just allocated, or 0 on failure.
375 * \pre The object must have been allocated with this allocator.
429 * \pre `p` must be a pointer to an object allocated by this allocator.
485 * \return A pointer to the just allocated object, or 0 on failure.
A Dlist_alloc89 * allocated size is returned here.
407 // have free space before the allocated block
418 // allocated the whole remaining space
422 // add a new free block behind the allocated block
A Davl_map108 * could not be allocated. `first` is then invalid.
/l4re-core-master/l4sys/include/cxx/
A Dipc_epiface75 * \brief Get capability slot allocated to the given receive buffer.
80 * \return Capability slot currently allocated to the given receive buffer.
117 * \return Capability slot currently allocated to the given receive buffer.
130 * \return Capability slot currently allocated to the given capability
229 * the capability was internally allocated or not.
359 * of the allocated IPC gate.
375 * of the allocated IRQ object.
383 * Register `o` as server-side object for a pre-allocated capability.
386 * \param ep Capability to an already allocated capability where `o`
406 * allocated by either Registry_iface::register_irq_obj(L4::Epiface *),
/l4re-core-master/l4re/util/include/
A Dkumem_alloc41 * \param[out] mem Pointer to memory that has been allocated.
50 * The amount of kernel-user memory that can be allocated at once is limited by
A Dcounting_cap_alloc132 * \return The newly allocated capability slot, invalid if the allocator
164 * If the capability was still free, it will be automatically allocated.
189 * \pre The capability has been allocated. Calling free twice on a
227 * \pre The capability has been allocated. Calling release on a free
A Dobject_registry194 * Register a new server object to a pre-allocated receive endpoint.
197 * \param service Name of a pre-allocated receive endpoint.
211 * Register a new server object on a newly allocated capability.
219 * The IPC gate will be allocated using the registry's factory. The
235 * The IRQ will be newly allocated using the registry's factory object. The
294 // we use bit 4 to indicated an internally allocated cap
A Dshared_cap47 * // reference count for the allocated cap selector is now 1
94 * // reference count for the allocated cap selector is now 1
A Dcap_alloc152 * // reference count for the allocated cap selector is now 1
190 * // reference count for the allocated cap selector is now 1
A Dname_space_svr224 * \return A pointer to the newly allocated entry or NULL on error.
233 * Free an entry previously allocated with alloc_dynamic_entry().
A Dbr_manager61 * the necessary amount of receive buffers allocated by all calls to this
/l4re-core-master/uclibc/lib/contrib/uclibc/include/internal/
A Dparse_config.h45 smalluint allocated; member
/l4re-core-master/l4sys/include/
A Ddebugger117 * allocated by the caller.
120 * be allocated by the caller.
153 * allocated by the caller.
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregexp.h135 __expr_ptr->__REPB_PREFIX (allocated) in compile()
A Dregex.h360 unsigned long int __REPB_PREFIX(allocated);
/l4re-core-master/moe/doc/
A Dmoe.dox119 * Dataspaces can be allocated with an arbitrary size. The granularity
129 * - Physically contiguous and pre-allocated
130 * - Non contiguous and on-demand allocated with possible copy on write (COW)
/l4re-core-master/l4re/include/video/
A Dgoos38 * allocated, depending on the framebuffer.
70 F_dyn_allocated = 0x20, ///< View is dynamically allocated
235 F_dynamic_views = 0x04, ///< Supports dynamically allocated views
236 F_dynamic_buffers = 0x08, ///< Supports dynamically allocated buffers
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c1128 bufp->used, bufp->allocated); in PREFIX()
2059 bufp->allocated <<= 1; \
2061 bufp->allocated = MAX_BUF_SIZE; \
2091 bufp->allocated <<= 1; \
2093 bufp->allocated = MAX_BUF_SIZE; \
2095 bufp->allocated); \
2435 if (bufp->allocated == 0) in PREFIX()
2461 bufp->allocated = INIT_BUF_SIZE; in PREFIX()
7903 re_comp_buf.allocated = 200; in re_comp()
7997 preg->allocated = 0; in regcomp()
[all …]
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/generic/
A Ddl-tls.c453 void *allocated = result; in _dl_allocate_tls_storage() local
474 free (allocated); in _dl_allocate_tls_storage()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/generic/
A Ddl-tls.c453 void *allocated = result; in _dl_allocate_tls_storage() local
474 free (allocated); in _dl_allocate_tls_storage()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-tls.c546 void *allocated = result; in _dl_allocate_tls_storage() local
567 _dl_free (allocated); in _dl_allocate_tls_storage()

Completed in 48 milliseconds

1234