memory: add more examples
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 Jul 2012 16:07:52 +0000 (18:07 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 Jul 2012 16:07:52 +0000 (18:07 +0200)
commit968de7b725a568a9a4c2843b2a362c83cbeffa56
tree0d8d8f1a5a3c0ca3e4dfcdcf8699fb500bd41696
parent50cf7f6a08250eebf666deb8d1bb7f73a907f044
memory: add more examples

Add an example of a custom allocator with a custom API.
tests/examples/memory/Makefile.am
tests/examples/memory/memory_test.c
tests/examples/memory/my-memory.h
tests/examples/memory/my-vidmem.c [new file with mode: 0644]
tests/examples/memory/my-vidmem.h [new file with mode: 0644]