Searched defs:start (Results 1 – 3 of 3) sorted by relevance
/malloc/ |
A D | alloc_buffer_create_failure.c | 23 __libc_alloc_buffer_create_failure (void *start, size_t size) in __libc_alloc_buffer_create_failure()
|
A D | memusage.c | 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 | tst-alloc_buffer.c | 442 uintptr_t start = minus1 & ~0xfe; in test_large_misaligned() local
|
Completed in 9 milliseconds