|
tvm
|
#include <memory.h>
Public Types | |
| using | StorageType = typename std::aligned_storage< sizeof(T), alignof(T)>::type |
Static Public Member Functions | |
| template<typename... Args> | |
| static T * | New (SimpleObjAllocator *, Args &&... args) |
| static Object::FDeleter | Deleter () |
| using tvm::runtime::SimpleObjAllocator::Handler< T >::StorageType = typename std::aligned_storage<sizeof(T), alignof(T)>::type |
|
inlinestatic |
|
inlinestatic |
1.8.13