diff options
Diffstat (limited to 'src/alloc/mem_pool/info.txt')
-rw-r--r-- | src/alloc/mem_pool/info.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/alloc/mem_pool/info.txt b/src/alloc/mem_pool/info.txt new file mode 100644 index 000000000..ec987a0e0 --- /dev/null +++ b/src/alloc/mem_pool/info.txt @@ -0,0 +1,12 @@ +realname "Memory Pool Allocator" + +load_on auto + +<requires> +utils +</requires> + +<add> +mem_pool.cpp +mem_pool.h +</add> |