|
foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Namespaces | |
| pfc | |
Functions | |
| template<typename T > | |
| void | pfc::__raw_free_t (T *p_block) throw () |
| template<typename T > | |
| T * | pfc::__raw_malloc_t (t_size p_size) |
| template<typename T > | |
| bool | pfc::__raw_realloc_inplace_t (T *p_block, t_size p_size) |
| template<typename T > | |
| T * | pfc::__raw_realloc_t (T *p_block, t_size p_size) |
| template<typename T > | |
| t_size | pfc::calc_array_width (t_size p_width) |
| template<typename t_item > | |
| bool | pfc::is_pointer_in_range (const t_item *p_buffer, t_size p_buffer_size, const void *p_pointer) |
| static void | pfc::raw_free (void *p_block) throw () |
| static void * | pfc::raw_malloc (t_size p_size) |
| static void * | pfc::raw_realloc (void *p_ptr, t_size p_size) |
| static bool | pfc::raw_realloc_inplace (void *p_block, t_size p_size) throw () |
| template<typename t_exception , typename t_int > | |
| t_int | pfc::safe_shift_left_t (t_int p_val, t_size p_shift=1) |
| class pfc::alloc_fixed |
1.8.11