URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [libmem/] [tests/] [test_memcache.h] - Rev 2
Compare with Previous | Blame | View Log
#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__ */