diff options
Diffstat (limited to 'src/lib/util/pool.c')
-rw-r--r-- | src/lib/util/pool.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/util/pool.c b/src/lib/util/pool.c index 807d3568077..0ca2be3deaa 100644 --- a/src/lib/util/pool.c +++ b/src/lib/util/pool.c @@ -570,6 +570,14 @@ static void memory_error(const char *message) pool behavior -------------------------------------------------*/ +/** + * @fn int test_memory_pools(void) + * + * @brief Tests memory pools. + * + * @return An int. + */ + int test_memory_pools(void) { object_pool *pool; |