WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
lowlevel_allocator.hpp File Reference
#include <type_traits>
#include "../config.hpp"
#include "../error.hpp"
#include "align.hpp"
#include "debug_helpers.hpp"
#include "assert.hpp"

Go to the source code of this file.

Classes

struct  wpi::memory::detail::lowlevel_allocator_leak_handler< Functor >
 
class  wpi::memory::detail::lowlevel_allocator< Functor >
 

Namespaces

namespace  wpi
 Foonathan namespace.
 
namespace  wpi::memory
 Memory namespace.
 
namespace  wpi::memory::detail
 

Macros

#define WPI_MEMORY_LL_ALLOCATOR_LEAK_CHECKER(functor, var_name)
 

Macro Definition Documentation

◆ WPI_MEMORY_LL_ALLOCATOR_LEAK_CHECKER

#define WPI_MEMORY_LL_ALLOCATOR_LEAK_CHECKER ( functor,
var_name )
Value:
WPI_MEMORY_GLOBAL_LEAK_CHECKER(lowlevel_allocator_leak_handler<functor>, var_name)
#define WPI_MEMORY_GLOBAL_LEAK_CHECKER(handler, var_name)
Definition debug_helpers.hpp:220