Basic implementation of vector.

Uses malloc/realloc for pod type.
For classes uses placement new to insert new copies of the data.

In the test package, renamed macros.h to common.h

New memory file with uninitialized_copy and uninitialized_fill.

Disabled the host target since it is used only on linux to run
the valgrind tool and that I don't want to spend time making it
compile on mac, cygwin ....
12 files changed
tree: 3af9cd9d43415dde07829fd2d0967ae1d55707cb
  1. include/
  2. src/
  3. tests/
  4. Android.mk
  5. README