#include <itk_alloc.h>
Public Types | |
typedef Alloc::value_type | alloc_value_type |
typedef T | value_type |
enum | { chunk = sizeof(value_type)/sizeof(alloc_value_type)+(sizeof(value_type)sizeof(alloc_value_type)>0) } |
Static Public Member Functions | |
value_type * | allocate (vcl_size_t n) |
value_type * | allocate (void) |
void | deallocate (value_type *p, vcl_size_t n) |
void | deallocate (value_type *p) |
|
Definition at line 25 of file itk_alloc.h. |
|
Definition at line 26 of file itk_alloc.h. Referenced by itk_simple_alloc< T, Alloc >::allocate(), and itk_simple_alloc< T, Alloc >::deallocate(). |
|
Definition at line 29 of file itk_alloc.h. |
|
Definition at line 39 of file itk_alloc.h. References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type. |
|
Definition at line 37 of file itk_alloc.h. References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type. |
|
Definition at line 43 of file itk_alloc.h. References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type. |
|
Definition at line 41 of file itk_alloc.h. References itk_simple_alloc< T, Alloc >::chunk, and itk_simple_alloc< T, Alloc >::value_type. |