Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
H A Dfdt_sw.c268 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
274 *allocated = 0; in fdt_find_add_string_()
280 *allocated = 1; in fdt_find_add_string_()
289 int allocated; in fdt_property_placeholder() local
295 allocated = 1; in fdt_property_placeholder()
298 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
305 if (allocated) in fdt_property_placeholder()
H A Dfdt_rw.c115 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
123 *allocated = 0; in fdt_find_add_string_()
135 *allocated = 1; in fdt_find_add_string_()
195 int allocated; in fdt_add_property_() local
200 namestroff = fdt_find_add_string_(fdt, name, &allocated); in fdt_add_property_()
209 if (allocated) in fdt_add_property_()
/optee_os/lib/libutee/include/
H A Dpta_stats.h49 uint32_t allocated; /* Bytes currently allocated */ member
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_dmaobj.c44 size_t allocated; member
117 if (priv->dmabuf.allocated) { in try_allocate_dmabuf()
119 priv->dmabuf.allocated = 0; in try_allocate_dmabuf()
134 priv->dmabuf.allocated = size; in try_allocate_dmabuf()
603 if (!priv->dmabuf.allocated) in entry_sgtbuf_dmabuf()
1009 if (priv->dmabuf.allocated) { in caam_dmaobj_free()
1297 if (priv->dmabuf.allocated && max_length > priv->dmabuf.allocated && in caam_dmaobj_sgtbuf_build()
1298 priv->dmabuf.allocated > align) in caam_dmaobj_sgtbuf_build()
1299 max_length = ROUNDDOWN2(priv->dmabuf.allocated, align); in caam_dmaobj_sgtbuf_build()
1369 if (priv->dmabuf.allocated) { in caam_dmaobj_sgtbuf_build()
[all …]
/optee_os/lib/libutils/isoc/
H A Dbget.doc65 that memory is allocated is a linear array which can be addressed as a
73 allocated. Machines with a linear address architecture, such as the
188 Reallocate a buffer previously allocated by bget(), changing its size to
195 Return the buffer <buf>, previously allocated by bget(), to the free
250 The amount of space currently allocated is stored into the variable
271 managed through blocks directly allocated by the acquisition and release
282 <dumpalloc> is nonzero, the contents of allocated buffers are dumped; if
301 all buffers allocated are a
315 dumping the contents of an allocated
323 currently allocated. */
H A Dbget_malloc.c900 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()
/optee_os/core/mm/
H A Dphys_mem.c161 stats->allocated += s.allocated; in add_pool_stats()
H A Dtee_mm.c102 stats->allocated = tee_mm_stats_allocated(pool); in tee_mm_get_pool_stats()
/optee_os/lib/libutee/
H A Duser_ta_entry.c419 params[0].value.a = stats.allocated; in entry_dump_memstats()
/optee_os/core/kernel/
H A Dtee_ta_manager.c949 stats->heap.allocated = param.u[0].val.a; in dump_ta_stats()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog663 allocated to hold the extension. The extension would then be copied into
1270 Additional PSA key slots will be allocated in the process of such key
1336 mbedtls_x509_get_name() not freeing allocated objects in case of error.
1337 Change mbedtls_x509_get_name() to clean up allocated objects on error.
1511 * Zeroize dynamically-allocated buffers used by the PSA Crypto key storage
2864 buffer is allocated by the server (if MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
4364 * Fixed a bug that caused freeing a buffer that was allocated on the stack,