Fix host memory allocator for HOST builds

In the VM environment there is a kernel that provides
manages user address space, but on HOST builds we
don't have a kernel and need to emulate it.

This change adds this missing piece to hostMalloc.

Bug: 128324105
Test: emugl_combined_unittests
Change-Id: If6f9aa4113111d47017eb749598ecf3c03e3a609
Signed-off-by: Roman Kiryanov <rkir@google.com>
1 file changed