public void Free(int address, int length) { _free.Invoke(address, length); }
public int Allocate(int length) { return((int)_malloc.Invoke(length)); }