pub fn init(base_address: usize)
初始化内存分配。
参数 base_address 表示动态内存区域的起始位置。
base_address
此函数必须在使用任何堆分配之前调用,且只能调用一次。