Searched refs:allocated (Results 1 – 10 of 10) sorted by relevance
| /picolibc-latest/newlib/libc/stdlib/ |
| D | nano-memalign.c | 49 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()
|
| D | stdlib.tex | 36 * Function mallinfo:: Get information about allocated memory
|
| /picolibc-latest/cmake/ |
| D | TC-arm-none-eabi.ld | 143 * 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,
|
| D | TC-microbit.ld | 143 * 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/ |
| D | locking.md | 73 This is used by tinystdio to initialize the lock in a newly allocated 92 newly allocated FILE.
|
| D | using.md | 122 and read-write data allocated in RAM and initialized by picolibc at
|
| /picolibc-latest/ |
| D | picolibc.ld.in | 187 * 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
|
| D | README.md | 509 simpler and doesn't cause a large TLS block to be allocated. Thanks
|
| /picolibc-latest/newlib/libc/xdr/ |
| D | README | 96 memory to be allocated, will instead fail (return FALSE),
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 3438 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.
|