memoryChecks.h
Go to the documentation of this file.
1 /* Copyright 2020 CNRS-AIST JRL */
2 
3 #pragma once
4 
5 #include <Eigen/Core>
6 
7 #include <jrl-qp/api.h>
8 
9 namespace jrl::qp::internal
10 {
13 
15 bool JRLQP_DLLAPI set_is_malloc_allowed(bool allow);
16 } // namespace jrl::qp::internal
#define JRLQP_DLLAPI
Definition: api.h:35
Definition: ActiveSet.h:12
void JRLQP_DLLAPI check_that_malloc_is_allowed()
Definition: memoryChecks.cpp:13
bool JRLQP_DLLAPI set_is_malloc_allowed(bool allow)
Definition: memoryChecks.cpp:19