* Even though our current heap is a temporary solution, the heap size depends
now on the amount of memory installed in the system. Ie. if you have only 128 MB the kernel heap will be only half in size. * Minor cleanup in vm_page.c, renamed some variables to match our style guide. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@ extern "C" {
|
||||
|
||||
void *memalign(size_t alignment, size_t size);
|
||||
|
||||
status_t heap_init(addr_t heapBase);
|
||||
status_t heap_init(addr_t heapBase, size_t heapSize);
|
||||
status_t heap_init_post_sem(struct kernel_args *args);
|
||||
status_t heap_init_post_thread(struct kernel_args *args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user