Added libmem which was forgotten

This commit is contained in:
Bahadir Balban
2009-10-01 10:52:07 +03:00
parent b642fc5cd3
commit 5ec000fb34
25 changed files with 1658 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __TEST_MEMCACHE_H__
#define __TEST_MEMCACHE_H__
#include <memcache/memcache.h>
int test_memcache(int num_alloc, int alloc_size_max, FILE *initstate, FILE *exitstate, int aligned);
#endif /* __TEST_MEMCACHE_H__ */