Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3391 sg_memalign(uint32_t num_bytes, uint32_t align_to, uint8_t ** buff_to_free, in sg_memalign() argument
3397 if (buff_to_free) /* make sure buff_to_free is NULL if alloc fails */ in sg_memalign()
3398 *buff_to_free = NULL; in sg_memalign()
3415 if (buff_to_free) in sg_memalign()
3416 *buff_to_free = (uint8_t *)wp; in sg_memalign()
3420 if (buff_to_free) in sg_memalign()
3433 if (buff_to_free) in sg_memalign()
3434 *buff_to_free = NULL; in sg_memalign()
3436 } else if (buff_to_free) in sg_memalign()
3437 *buff_to_free = (uint8_t *)wrkBuff; in sg_memalign()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h576 uint8_t ** buff_to_free, bool vb);