tux3: Remove malloc()/free() wrapper

Now, we are using malloc()/free() wrapper to share codes with
userland. However, kernel APIs has more features than userland.

So, this uses kernel APIs directly, and instead, emulates kernel APIs
in userland.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7 files changed