heap size is now part of stage2_args.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4961 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,7 @@ extern void panic(const char *format, ...);
|
||||
extern void dprintf(const char *format, ...);
|
||||
|
||||
/* heap functions */
|
||||
extern void platform_release_heap(void *base);
|
||||
extern void platform_release_heap(struct stage2_args *args, void *base);
|
||||
extern status_t platform_init_heap(struct stage2_args *args, void **_base, void **_top);
|
||||
|
||||
/* misc functions */
|
||||
|
||||
Reference in New Issue
Block a user