alloc: fix reference to rbrealloc in dox

Wrong function names used in documentation of rrealloc().

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
This commit is contained in:
Marcin Maka 2020-04-06 18:47:13 +02:00 committed by Liam Girdwood
parent 75b8c1e8f8
commit d8e3f63af6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static inline void *rballoc(uint32_t flags, uint32_t caps, size_t bytes)
* @return Pointer to the resized memory or NULL if failed.
*
* Note: Do not use for buffers (SOF_MEM_ZONE_BUFFER zone).
* Use rballoc(), rballoc_align() to allocate memory for buffers.
* Use rbrealloc(), rbrealloc_align() to reallocate memory for buffers.
*/
void *rrealloc(void *ptr, enum mem_zone zone, uint32_t flags, uint32_t caps,
size_t bytes, size_t old_bytes);