#include <new>
#include <base/system.h>
Go to the source code of this file.
◆ __has_feature
◆ ASAN_POISON_MEMORY_REGION
◆ ASAN_UNPOISON_MEMORY_REGION
◆ MACRO_ALLOC_GET_SIZE
◆ MACRO_ALLOC_HEAP
Value:public: \
void *operator new(size_t Size) \
{ \
} \
void operator delete(
void *
pPtr) \
} \
\
private:
◆ MACRO_ALLOC_POOL_ID
| #define MACRO_ALLOC_POOL_ID |
( |
| ) |
|
Value:public: \
void *operator new(size_t Size, int Id); \
void operator delete(
void *
pObj,
int Id); \
void operator delete(
void *
pObj); \
\
private:
◆ MACRO_ALLOC_POOL_ID_IMPL
Value:
} \
} \
{ \
}
#define ASAN_POISON_MEMORY_REGION(addr, size)
Definition alloc.h:15
#define MACRO_ALLOC_GET_SIZE(POOLTYPE)
Definition alloc.h:47
constexpr vector2_base()=default