|  | WPILibC++ 2025.3.2
    | 
 
 
 
Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   14#define WPI_MEMORY_CHECK_ALLOCATION_SIZE 1 
   15#define WPI_MEMORY_IMPL_DEFAULT_ALLOCATOR heap_allocator 
   17#define WPI_MEMORY_DEBUG_ASSERT 0 
   18#define WPI_MEMORY_DEBUG_FILL 0 
   19#define WPI_MEMORY_DEBUG_FENCE 0 
   20#define WPI_MEMORY_DEBUG_LEAK_CHECK 0 
   21#define WPI_MEMORY_DEBUG_POINTER_CHECK 0 
   22#define WPI_MEMORY_DEBUG_DOUBLE_DEALLOC_CHECK 0 
   24#define WPI_MEMORY_DEBUG_ASSERT 1 
   25#define WPI_MEMORY_DEBUG_FILL 1 
   26#define WPI_MEMORY_DEBUG_FENCE 8 
   27#define WPI_MEMORY_DEBUG_LEAK_CHECK 1 
   28#define WPI_MEMORY_DEBUG_POINTER_CHECK 1 
   29#define WPI_MEMORY_DEBUG_DOUBLE_DEALLOC_CHECK 1 
   31#define WPI_MEMORY_EXTERN_TEMPLATE 1 
   32#define WPI_MEMORY_TEMPORARY_STACK_MODE 2 
   34#define WPI_MEMORY_NO_NODE_SIZE 1