mm/umm_heap/umm_sbrk.c: Pass ARCH_HEAP_VEND as maxbreak argument
This commit is contained in:
parent
81bef6cccf
commit
e2544b7ddf
@ -85,5 +85,5 @@
|
||||
|
||||
FAR void *sbrk(intptr_t incr)
|
||||
{
|
||||
return mm_sbrk(USR_HEAP, incr, CONFIG_ARCH_HEAP_NPAGES << MM_PGSHIFT);
|
||||
return mm_sbrk(USR_HEAP, incr, ARCH_HEAP_VEND);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user