MRPT
2.0.1
|
Go to the source code of this file.
Classes | |
class | mrpt::aligned_allocator_cpp11< T, AligmentBytes > |
Aligned allocator that is compatible with C++11. More... | |
struct | mrpt::aligned_allocator_cpp11< T, AligmentBytes >::rebind< U > |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
Functions | |
void * | mrpt::aligned_malloc (size_t size, size_t alignment) |
void * | mrpt::aligned_realloc (void *ptr, size_t size, size_t alignment) |
void | mrpt::aligned_free (void *ptr) |
void * | mrpt::aligned_calloc (size_t bytes, size_t alignment) |
Identical to aligned_malloc, but it zeroes the reserved memory block. More... | |
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |