Open Broadcaster Software
Free, open source software for live streaming and recording
base_allocator Struct Reference

Data Fields

void *(* malloc )(size_t)
 
void *(* realloc )(void *, size_t)
 
void(* free )(void *)
 

Field Documentation

§ free

void(* base_allocator::free) (void *)

§ malloc

void*(* base_allocator::malloc) (size_t)

§ realloc

void*(* base_allocator::realloc) (void *, size_t)

The documentation for this struct was generated from the following file: