icedb  version 0.5.1
Snow particle scattering database API
Namespaces | Functions
util.hpp File Reference
#include "defs.h"
#include <memory>
#include <type_traits>
#include <new>
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 icedb
 
 icedb::mem
 

Functions

ICEDB_SYMBOL_SHARED void * icedb::_malloc (size_t numBytes)
 
template<class T >
T * icedb::malloc (size_t numBytes)
 
ICEDB_SYMBOL_SHARED void icedb::_free (void *obj)
 
template<class T >
void icedb::free (T *obj)