Searched defs:len (Results 1 – 5 of 5) sorted by relevance
/malloc/ |
A D | memusage.c | 139 update_data (struct header *result, size_t len, size_t old_len) in update_data() 260 size_t len = strlen (env); in me() local 347 malloc (size_t len) in malloc() 397 realloc (void *old, size_t len) in realloc() 492 calloc (size_t n, size_t len) in calloc() 595 mmap (void *start, size_t len, int prot, int flags, int fd, off_t offset) in mmap() 648 mmap64 (void *start, size_t len, int prot, int flags, int fd, off64_t offset) in mmap64() 701 mremap (void *start, size_t old_len, size_t len, int flags, ...) in mremap() 767 munmap (void *start, size_t len) in munmap()
|
A D | alloc_buffer_copy_bytes.c | 27 const void *src, size_t len) in __libc_alloc_buffer_copy_bytes()
|
A D | mtrace-impl.c | 48 size_t len = strlen (info->dli_sname); in tr_where() local
|
A D | memusagestat.c | 164 size_t len = strlen (inname); in main() local
|
A D | arena.c | 380 size_t len = strcspn (envline, "="); in ptmalloc_init() local
|
Completed in 13 milliseconds