Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dmremap.c25 __mremap (void *addr, size_t old_len, size_t new_len, int flags, ...) in __mremap()
/glibc-2.36/libio/
Diogetline.c88 size_t old_len = ptr-buf; in libc_hidden_def() local
Diogetwline.c89 size_t old_len = ptr - buf; in _IO_getwline_info() local
/glibc-2.36/sysdeps/mach/hurd/
Dmremap.c33 __mremap (void *addr, size_t old_len, size_t new_len, int flags, ...) in __mremap()
/glibc-2.36/malloc/
Dmemusage.c139 update_data (struct header *result, size_t len, size_t old_len) in update_data()
401 size_t old_len; in realloc() local
701 mremap (void *start, size_t old_len, size_t len, int flags, ...) in mremap()