Searched refs:chunk (Results 1 – 7 of 7) sorted by relevance
| /picolibc-latest/newlib/libc/stdlib/ |
| D | nano-malloc.h | 113 static inline size_t *_size_ref(chunk_t *chunk) in _size_ref() argument 115 return (size_t *) ((char *) chunk - MALLOC_HEAD); in _size_ref() 118 static inline size_t _size(chunk_t *chunk) in _size() argument 120 return *_size_ref(chunk); in _size() 123 static inline void _set_size(chunk_t *chunk, size_t size) in _set_size() argument 125 *_size_ref(chunk) = size; in _set_size()
|
| /picolibc-latest/newlib/libc/machine/mips/ |
| D | memset.S | 127 # define PREFETCH_FOR_STORE(chunk, reg) \ argument 128 pref PREFETCH_STORE_HINT, (chunk)*64(reg); \ 129 pref PREFETCH_STORE_HINT, ((chunk)*64)+32(reg) 132 # define PREFETCH_FOR_STORE(chunk, reg) \ argument 133 pref PREFETCH_STORE_HINT, (chunk)*32(reg)
|
| D | memcpy.S | 170 # define PREFETCH_FOR_LOAD(chunk, reg) \ argument 171 pref PREFETCH_LOAD_HINT, (chunk)*64(reg); \ 172 pref PREFETCH_LOAD_HINT, ((chunk)*64)+32(reg) 173 # define PREFETCH_FOR_STORE(chunk, reg) \ argument 174 pref PREFETCH_STORE_HINT, (chunk)*64(reg); \ 175 pref PREFETCH_STORE_HINT, ((chunk)*64)+32(reg) 178 # define PREFETCH_FOR_LOAD(chunk, reg) \ argument 179 pref PREFETCH_LOAD_HINT, (chunk)*32(reg) 180 # define PREFETCH_FOR_STORE(chunk, reg) \ argument 181 pref PREFETCH_STORE_HINT, (chunk)*32(reg)
|
| /picolibc-latest/newlib/libm/test/ |
| D | meson.build | 38 # chunk. Meson 0.58 has range(), but 0.53 is supported, so make an array
|
| /picolibc-latest/doc/ |
| D | linking.md | 199 at startup time. The first chunk of these is part of the TLS block:
|
| /picolibc-latest/newlib/libc/machine/sh/ |
| D | memcpy.S | 30 ! bytes memory chunk to b copied, the rest of the word can be read
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 2454 (chunk): Define size as long type. 22468 insufficient space in a chunk. 25619 * libc/stdlib/mallocr.c (_morecore_r): Minimum chunk
|