Apollo  6.0
Open source self driving car software
Namespaces | Functions
i_alloc.h File Reference
#include <iostream>
#include "modules/perception/common/i_lib/core/i_basic.h"
Include dependency graph for i_alloc.h:
This graph shows which files directly or indirectly include this file:

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)