Home
last modified time | relevance | path

Searched refs:dynamicAlloc (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c698 _hsl->pSystemState->dynamicAlloc = 0; in initBufferMemory()
702 _hsl->pSystemState->dynamicAlloc = 1; in initBufferMemory()
762 if(_hsl->pSystemState->dynamicAlloc) in deleteBufferMemory()
H A Dfrhsl_cfg.h222 …MS_U8 dynamicAlloc; // indicates the type of allocation and a necessity to release memor… member