OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "ace/Malloc_Base.h"
Go to the source code of this file.
Macros | |
#define | ACE_ALLOCATOR_NEW(POINTER, CONSTRUCTOR, RET_VAL) |
#define | ACE_ALLOCATOR_NEW_RETURN(POINTER, CONSTRUCTOR) |
#define | ACE_ALLOCATOR_NEW_NORETURN(POINTER, CONSTRUCTOR) |
#define ACE_ALLOCATOR_NEW | ( | POINTER, | |
CONSTRUCTOR, | |||
RET_VAL | |||
) |
Definition at line 6 of file Allocation_Macros.h.
#define ACE_ALLOCATOR_NEW_NORETURN | ( | POINTER, | |
CONSTRUCTOR | |||
) |
Definition at line 16 of file Allocation_Macros.h.
#define ACE_ALLOCATOR_NEW_RETURN | ( | POINTER, | |
CONSTRUCTOR | |||
) |
Definition at line 11 of file Allocation_Macros.h.