|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Go to the source code of this file.
Classes | |
| struct | jau::callocator< T > |
A simple allocator using POSIX C functions: ::malloc(), ::free() and ::realloc(). More... | |
| struct | jau::callocator< T >::rebind< U > |
Namespaces | |
| namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Functions | |
| template<class T1, class T2> | |
| bool | jau::operator!= (const callocator< T1 > &lhs, const callocator< T2 > &rhs) noexcept |
| template<class T1, class T2> | |
| bool | jau::operator== (const callocator< T1 > &lhs, const callocator< T2 > &rhs) noexcept |