Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-memalign.c49 char * allocated, * aligned_p; in memalign() local
73 allocated = __malloc_malloc(size_with_padding); in memalign()
74 if (allocated == NULL) return NULL; in memalign()
76 chunk_p = ptr_to_chunk(allocated); in memalign()
78 aligned_p = __align_up(allocated, align); in memalign()
80 offset = (size_t) (aligned_p - allocated); in memalign()
Dstdlib.tex36 * Function mallinfo:: Get information about allocated memory
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld143 * space allocated as it is expected to be placed
145 * allocated at runtime. We're slightly abusing that
189 * across them. We actually need memory allocated for tbss,
DTC-microbit.ld143 * space allocated as it is expected to be placed
145 * allocated at runtime. We're slightly abusing that
189 * across them. We actually need memory allocated for tbss,
/picolibc-latest/doc/
Dlocking.md73 This is used by tinystdio to initialize the lock in a newly allocated
92 newly allocated FILE.
Dusing.md122 and read-write data allocated in RAM and initialized by picolibc at
/picolibc-latest/
Dpicolibc.ld.in187 * space allocated as it is expected to be placed
189 * allocated at runtime. We're slightly abusing that
234 * .tbss, but we actually need memory allocated for .tbss as we use
DREADME.md509 simpler and doesn't cause a large TLS block to be allocated. Thanks
/picolibc-latest/newlib/libc/xdr/
DREADME96 memory to be allocated, will instead fail (return FALSE),
/picolibc-latest/newlib/
DChangeLog-20153438 of "end". Mark allocated memory by applying PRELD.
4117 again with allocated new buffer if buf is not large enough for
15161 structure, if one has been allocated.
18663 initializing a struct _reent that has been dynamically allocated.
18875 initializing a struct _reent that has been dynamically allocated.
19105 allocated stdin, stdout and stderr.
21864 * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated
25274 dynamically allocated buffers.
25708 ever allocated, so that we can later reclaim them all.