mirror of
https://github.com/drasko/codezero.git
synced 2026-06-03 23:56:00 +02:00
11 lines
221 B
C
11 lines
221 B
C
#ifndef __TEST_MEMCACHE_H__
|
|
#define __TEST_MEMCACHE_H__
|
|
|
|
#include <mem/memcache.h>
|
|
|
|
int test_memcache(int num_alloc, int alloc_size_max, FILE *initstate, FILE *exitstate, int aligned);
|
|
|
|
|
|
#endif /* __TEST_MEMCACHE_H__ */
|
|
|