Searched defs:fd (Results 1 – 6 of 6) sorted by relevance
/malloc/ |
A D | tst-free-errno.c | 86 int fd = create_temp_file ("tst-free-errno", NULL); in do_test() local
|
A D | tst-interpose-skeleton.c | 47 int fd = create_temp_file ("tst-malloc-interpose", &temp_file_path); in run_tests() local
|
A D | memusage.c | 100 static int fd = -1; variable 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()
|
A D | tst-malloc-fork-deadlock.c | 136 int fd = create_temp_file ("bug19431-large-line", &file_to_read); in create_file_with_large_line() local
|
A D | memusagestat.c | 124 int fd; in main() local
|
A D | malloc.c | 1158 struct malloc_chunk* fd; /* double links -- used only if free. */ member 1631 mchunkptr fd = p->fd; in unlink_chunk() local
|
Completed in 21 milliseconds