diff options
author | lloyd <[email protected]> | 2010-06-21 22:18:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-21 22:18:21 +0000 |
commit | 23da3a13a1d4852e6c7560c37e308ba0db6c77da (patch) | |
tree | 914df03485b9ff2b9fdd4c8670f9f86648375a8a /src/alloc/mem_pool | |
parent | 2b1f7e7b700ae67c8c03a30aa123f59df00e9951 (diff) |
Doxygen
Diffstat (limited to 'src/alloc/mem_pool')
-rw-r--r-- | src/alloc/mem_pool/mem_pool.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/alloc/mem_pool/mem_pool.h b/src/alloc/mem_pool/mem_pool.h index 69555544e..a67e641e2 100644 --- a/src/alloc/mem_pool/mem_pool.h +++ b/src/alloc/mem_pool/mem_pool.h @@ -27,7 +27,10 @@ class Pooling_Allocator : public Allocator void destroy(); - Pooling_Allocator(Mutex*); + /** + * @param mutex used for internal locking + */ + Pooling_Allocator(Mutex* mutex); ~Pooling_Allocator(); private: void get_more_core(u32bit); |