Home
last modified time | relevance | path

Searched defs:start (Results 1 – 3 of 3) sorted by relevance

/malloc/
A Dalloc_buffer_create_failure.c23 __libc_alloc_buffer_create_failure (void *start, size_t size) in __libc_alloc_buffer_create_failure()
A Dmemusage.c595 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 Dtst-alloc_buffer.c442 uintptr_t start = minus1 & ~0xfe; in test_large_misaligned() local

Completed in 9 milliseconds