Home | History | Annotate | Download | only in src

Lines Matching refs:pMem

122     SmlMetInfMemPtr_t pMem;
130 if ((pMem = (SmlMetInfMemPtr_t)smlLibMalloc(sizeof(SmlMetInfMem_t))) == NULL)
132 smlLibMemset(pMem, 0, sizeof(SmlMetInfMem_t));
135 *ppElem = pMem;
140 smlFreeMetinfMem(pMem);
141 //smlLibFree(pMem);
149 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->shared);
152 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->free);
155 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->freeid);
161 smlFreeMetinfMem(pMem);
162 //smlLibFree(pMem);
166 smlFreeMetinfMem(pMem);
167 //smlLibFree(pMem);
171 *ppElem = pMem;