Home
last modified time | relevance | path

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

/lib/posix/options/
A Denv_common.c21 static size_t allocated; variable
27 return allocated; in posix_env_get_allocated_space()
162 allocated += sizeof(void *) * (esize + 2); in z_setenv()
164 sizeof(void *) * (esize + 2), allocated); in z_setenv()
182 allocated += tsize - esize; in z_setenv()
184 allocated); in z_setenv()
222 allocated -= strlen(environ[ret]) + 1; in z_unsetenv()
224 allocated); in z_unsetenv()
251 allocated -= nsize; in z_unsetenv()
252 LOG_DBG("free %zu bytes (allocated: %zu)", nsize, allocated); in z_unsetenv()
A DKconfig.pthread57 allocated by the thread (e.g. thread stack from a pool or the heap)
/lib/mem_blocks/
A DKconfig12 () Multiple blocks can be allocated or freed at the same time.
13 () A group of blocks allocated together may not be contiguous.
16 () Bookkeeping of allocated blocks is done outside of
/lib/hash/
A DKconfig.hash_map33 store all entries in the table itself which is a contiguously allocated
/lib/net_buf/
A DKconfig32 generated when a buffer cannot immediately be allocated with K_FOREVER
/lib/heap/
A DKconfig62 and to sum up the total memory allocated for all heaps.
134 to have memory of different "types" be allocated heuristically based
/lib/os/
A DKconfig104 bool "Clear allocated packet"

Completed in 38 milliseconds