forked from xuos/xiuos
only for debug
This commit is contained in:
@@ -85,6 +85,9 @@ void FreeBlockMemGather(void *data_block);
|
||||
#endif
|
||||
|
||||
void InitBoardMemory(void *begin_addr, void *end_addr);
|
||||
#ifdef DATA_IN_ExtSRAM
|
||||
void ExtSramInitBoardMemory(void *start_phy_address, void *end_phy_address, uint8 extsram_idx);
|
||||
#endif
|
||||
void *x_malloc(x_size_t nbytes);
|
||||
void x_free(void *ptr);
|
||||
void *x_realloc(void *ptr, x_size_t nbytes);
|
||||
|
||||
Reference in New Issue
Block a user