| commit | 3351d81d41fd072518c435a937e22815909b1f97 | [log] [tgz] |
|---|---|---|
| author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Apr 08 09:32:38 2014 +0900 |
| committer | Daniel Phillips <daniel@tux3.org> | Tue Apr 08 09:32:38 2014 +0900 |
| tree | c646db4d75f990a8968e17480ebccf4a5d41bfe3 | |
| parent | 1dcad62578cc51072e7adb8d9d8f6caef384337c [diff] |
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>