simple_malloc
return simple_malloc(size);
new = simple_malloc(size);
platform_ops.malloc = simple_malloc;