foobar2000 SDK
2015-08-03
|
#include <alloc.h>
Public Types | |
enum | { alloc_prioritizes_speed = true } |
Public Member Functions | |
alloc_fast () | |
void | force_reset () |
const t_item * | get_ptr () const |
t_item * | get_ptr () |
t_size | get_size () const |
bool | is_ptr_owned (const void *p_item) const |
void | move_from (t_self &other) |
const t_item & | operator[] (t_size p_index) const |
t_item & | operator[] (t_size p_index) |
void | prealloc (t_size) |
void | set_size (t_size p_size) |
Private Types | |
typedef alloc_fast< t_item > | t_self |
Private Member Functions | |
alloc_fast (const t_self &) | |
const t_self & | operator= (const t_self &) |
Private Attributes | |
__array_fast_helper_t< t_item > | m_data |
|
private |
anonymous enum |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |