Searched refs:buff_to_free (Results 1 – 2 of 2) sorted by relevance
3391 sg_memalign(uint32_t num_bytes, uint32_t align_to, uint8_t ** buff_to_free, in sg_memalign() argument3397 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 …]
576 uint8_t ** buff_to_free, bool vb);