Searched refs:allocated (Results 1 – 7 of 7) sorted by relevance
21 static size_t allocated; variable27 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()
57 allocated by the thread (e.g. thread stack from a pool or the heap)
12 () 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
33 store all entries in the table itself which is a contiguously allocated
32 generated when a buffer cannot immediately be allocated with K_FOREVER
62 and to sum up the total memory allocated for all heaps.134 to have memory of different "types" be allocated heuristically based
104 bool "Clear allocated packet"
Completed in 38 milliseconds