Home
last modified time | relevance | path

Searched defs:len (Results 1 – 5 of 5) sorted by relevance

/malloc/
A Dmemusage.c139 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 Dalloc_buffer_copy_bytes.c27 const void *src, size_t len) in __libc_alloc_buffer_copy_bytes()
A Dmtrace-impl.c48 size_t len = strlen (info->dli_sname); in tr_where() local
A Dmemusagestat.c164 size_t len = strlen (inname); in main() local
A Darena.c380 size_t len = strcspn (envline, "="); in ptmalloc_init() local

Completed in 13 milliseconds