Public Member Functions | |
int | count () const |
array_allocator () | |
void * | allocate (size_t n) |
void | deallocate (void *adrs, size_t n) |
Private Attributes | |
char | array_ [BlockSize *NumBlock] |
char * | cur_ |
int | count_ |
|
Definition at line 186 of file test_tree.cpp. References array_allocator< BlockSize, NumBlock >::array_, array_allocator< BlockSize, NumBlock >::count_, and array_allocator< BlockSize, NumBlock >::cur_.
|
|
Definition at line 190 of file test_tree.cpp. References array_allocator< BlockSize, NumBlock >::count_, and array_allocator< BlockSize, NumBlock >::cur_.
|
|
Definition at line 185 of file test_tree.cpp. References array_allocator< BlockSize, NumBlock >::count_.
00185 { return count_; } |
|
Definition at line 196 of file test_tree.cpp.
00196 {} |
|
Definition at line 181 of file test_tree.cpp. Referenced by array_allocator< BlockSize, NumBlock >::array_allocator(). |
|
Definition at line 183 of file test_tree.cpp. Referenced by array_allocator< BlockSize, NumBlock >::allocate(), array_allocator< BlockSize, NumBlock >::array_allocator(), and array_allocator< BlockSize, NumBlock >::count(). |
|
Definition at line 182 of file test_tree.cpp. Referenced by array_allocator< BlockSize, NumBlock >::allocate(), and array_allocator< BlockSize, NumBlock >::array_allocator(). |