Commit 8461592
Jyri Sarha
modules: alloc API: Use rmalloc() instead of rbmalloc()
Forward mod_alloc() calls to rmalloc() instead of rbmalloc(). rballoc()
calls are forwarded to virtual heap if it is enabled, but rmalloc()
calls are not. The commit also removes if (alignment) condition, as
rmalloc() will eventually end up to rmalloc_align() with zero alignment.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent f271764 commit 8461592
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 188 | + | |
192 | 189 | | |
193 | 190 | | |
194 | 191 | | |
| |||
0 commit comments