Commit e278ee7
Jyri Sarha
alloc: Add Kconfig option to call rballoc_align() from mod_alloc_align()
Enabling this option will cause mod_alloc_align() to use
rballoc_aling() instead of rmalloc_align(). The significant difference
between these functions is that rballoc uses virtual heap if its
enabled, rmalloc does not.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 62009db commit e278ee7
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
188 | 191 | | |
189 | | - | |
| 192 | + | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
| |||
0 commit comments