Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c94 static void *aligned_xalloc(size_t alignment, size_t size) in aligned_xalloc() function
474 buf = aligned_xalloc(4096, buf_size); in do_write()
550 buf = aligned_xalloc(4096, buf_size); in do_read()
632 buf = aligned_xalloc(4096, buf_size); in do_randread()
853 char *buf = aligned_xalloc(4096, 4096); in do_copy()