Public メソッド | |
int | count () const |
array_allocator () | |
void * | allocate (size_t n) |
void | deallocate (void *adrs, size_t n) |
Private 変数 | |
char | array_ [BlockSize *NumBlock] |
char * | cur_ |
int | count_ |
|
test_tree.cpp の 186 行で定義されています。 参照先 array_allocator< BlockSize, NumBlock >::array_, array_allocator< BlockSize, NumBlock >::count_, と array_allocator< BlockSize, NumBlock >::cur_.
|
|
test_tree.cpp の 190 行で定義されています。 参照先 array_allocator< BlockSize, NumBlock >::count_, と array_allocator< BlockSize, NumBlock >::cur_.
|
|
test_tree.cpp の 185 行で定義されています。 参照先 array_allocator< BlockSize, NumBlock >::count_.
00185 { return count_; } |
|
test_tree.cpp の 196 行で定義されています。
00196 {} |
|
test_tree.cpp の 181 行で定義されています。 参照元 array_allocator< BlockSize, NumBlock >::array_allocator(). |
|
test_tree.cpp の 183 行で定義されています。 参照元 array_allocator< BlockSize, NumBlock >::allocate(), array_allocator< BlockSize, NumBlock >::array_allocator(), と array_allocator< BlockSize, NumBlock >::count(). |
|
test_tree.cpp の 182 行で定義されています。 参照元 array_allocator< BlockSize, NumBlock >::allocate(), と array_allocator< BlockSize, NumBlock >::array_allocator(). |