#include <tlsf.h>
|
static void * | lalloc (void *pool, void *ptr, size_t, size_t newsize) |
|
Definition at line 29 of file tlsf.h.
◆ TLSF()
PBD::TLSF::TLSF |
( |
std::string |
name, |
|
|
size_t |
bytes |
|
) |
| |
◆ ~TLSF()
◆ _free()
void PBD::TLSF::_free |
( |
void * |
| ) |
|
|
private |
◆ _malloc()
void* PBD::TLSF::_malloc |
( |
size_t |
| ) |
|
|
private |
◆ _realloc()
void* PBD::TLSF::_realloc |
( |
void * |
, |
|
|
size_t |
|
|
) |
| |
|
private |
◆ free()
void PBD::TLSF::free |
( |
void * |
ptr | ) |
|
|
inline |
◆ get_max_size()
size_t PBD::TLSF::get_max_size |
( |
| ) |
const |
◆ get_used_size()
size_t PBD::TLSF::get_used_size |
( |
| ) |
const |
◆ lalloc()
static void* PBD::TLSF::lalloc |
( |
void * |
pool, |
|
|
void * |
ptr, |
|
|
size_t |
, |
|
|
size_t |
newsize |
|
) |
| |
|
inlinestatic |
◆ malloc()
void* PBD::TLSF::malloc |
( |
size_t |
size | ) |
|
|
inline |
◆ realloc()
void* PBD::TLSF::realloc |
( |
void * |
ptr, |
|
|
size_t |
newsize |
|
) |
| |
|
inline |
◆ set_name()
void PBD::TLSF::set_name |
( |
const std::string & |
n | ) |
|
|
inline |
◆ _mp
◆ _name
std::string PBD::TLSF::_name |
|
private |
The documentation for this class was generated from the following file: