Searched defs:bytes (Results 1 – 8 of 8) sorted by relevance
/lib/heap/ |
A D | multi_heap.c | 44 void *sys_multi_heap_alloc(struct sys_multi_heap *mheap, void *cfg, size_t bytes) in sys_multi_heap_alloc() 50 void *cfg, size_t align, size_t bytes) in sys_multi_heap_aligned_alloc() 96 void *ptr, size_t align, size_t bytes) in sys_multi_heap_aligned_realloc()
|
A D | heap_listener.c | 31 void heap_listener_notify_alloc(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_alloc() 47 void heap_listener_notify_free(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_free()
|
A D | heap.c | 263 void *sys_heap_alloc(struct sys_heap *heap, size_t bytes) in sys_heap_alloc() 302 void *sys_heap_noalign_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_noalign_alloc() 309 void *sys_heap_aligned_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_aligned_alloc() 387 static bool inplace_realloc(struct sys_heap *heap, void *ptr, size_t bytes) in inplace_realloc() 464 void *sys_heap_realloc(struct sys_heap *heap, void *ptr, size_t bytes) in sys_heap_realloc() 492 size_t align, size_t bytes) in sys_heap_aligned_realloc() 525 void sys_heap_init(struct sys_heap *heap, void *mem, size_t bytes) in sys_heap_init()
|
A D | shared_multi_heap.c | 85 void *shared_multi_heap_alloc(enum shared_multi_heap_attr attr, size_t bytes) in shared_multi_heap_alloc() 95 size_t align, size_t bytes) in shared_multi_heap_aligned_alloc()
|
A D | heap.h | 58 typedef struct { char bytes[CHUNK_UNIT]; } chunk_unit_t; member 91 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes() 230 static inline chunksz_t chunksz(size_t bytes) in chunksz() 242 static ALWAYS_INLINE chunksz_t bytes_to_chunksz(struct z_heap *h, size_t bytes, size_t extra) in bytes_to_chunksz()
|
A D | heap_stress.c | 107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress()
|
/lib/utils/ |
A D | json.c | 1239 char bytes[2] = { '\\', escaped }; in json_escape_internal() local 1724 static int append_bytes_to_buf(const char *bytes, size_t len, void *data) in append_bytes_to_buf() 1756 static int measure_bytes(const char *bytes, size_t len, void *data) in measure_bytes()
|
/lib/posix/options/ |
A D | net.c | 80 unsigned char *bytes = (unsigned char *)&in.s_addr; in inet_ntoa() local
|
Completed in 20 milliseconds