Home
last modified time | relevance | path

Searched refs:aligned_xalloc (Results 1 – 1 of 1) sorted by relevance

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c96 static void *aligned_xalloc(size_t alignment, size_t size) in aligned_xalloc() function
536 buf = aligned_xalloc(4096, buf_size); in do_write()
612 buf = aligned_xalloc(4096, buf_size); in do_read()
694 buf = aligned_xalloc(4096, buf_size); in do_randread()
920 char *buf = aligned_xalloc(4096, 4096); in do_copy()