Open Broadcaster Software
Free, open source software for live streaming and recording
bmem.h File Reference

Go to the source code of this file.

Data Structures

struct  base_allocator
 

Functions

EXPORT void base_set_allocator (struct base_allocator *defs)
 
EXPORT void * bmalloc (size_t size)
 
EXPORT void * brealloc (void *ptr, size_t size)
 
EXPORT void bfree (void *ptr)
 
EXPORT int base_get_alignment (void)
 
EXPORT long bnum_allocs (void)
 
EXPORT void * bmemdup (const void *ptr, size_t size)
 

Function Documentation

EXPORT int base_get_alignment ( void  )
EXPORT void base_set_allocator ( struct base_allocator defs)
EXPORT void bfree ( void *  ptr)
EXPORT void* bmalloc ( size_t  size)
EXPORT void* bmemdup ( const void *  ptr,
size_t  size 
)
EXPORT long bnum_allocs ( void  )
EXPORT void* brealloc ( void *  ptr,
size_t  size 
)