Apollo
6.0
Open source self driving car software
|
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::common | |
Functions | |
template<typename T > | |
T * | apollo::perception::common::IAlloc (int memory_size) |
template<typename T > | |
void | apollo::perception::common::IFree (T **mem) |
template<typename T > | |
T ** | apollo::perception::common::IAlloc2 (int m, int n) |
template<typename T > | |
void | apollo::perception::common::IFree2 (T ***A) |
template<class T > | |
T *** | apollo::perception::common::IAlloc3 (int l, int m, int n) |
template<typename T > | |
T * | apollo::perception::common::IAllocAligned (int memory_size, int alignment_power=4) |
template<typename T > | |
void | apollo::perception::common::IFreeAligned (T **mem) |
template<typename T > | |
int | apollo::perception::common::IVerifyAlignment (const T *mem, int alignment_power=4) |