mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Consolidate arch-specific sbrk() implementations
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
65f6f07b72
commit
5e93bd1c9a
@@ -937,6 +937,12 @@ int mALLOPt();
|
||||
struct mallinfo mALLINFo();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Begin and End of memory area for malloc(), and current "brk"
|
||||
*/
|
||||
extern ulong mem_malloc_start;
|
||||
extern ulong mem_malloc_end;
|
||||
extern ulong mem_malloc_brk;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}; /* end of extern "C" */
|
||||
|
Reference in New Issue
Block a user