Searched refs:kiSizeInt32 (Results 1 – 1 of 1) sorted by relevance
40 const int32_t kiSizeInt32 = sizeof (int32_t); in WelsMalloc() local43 …t* pBuf = (uint8_t*) ::malloc (kuiSize + kiAlignedBytes + kiSizeVoidPointer + kiSizeInt32); in WelsMalloc()50 WelsMemset (pBuf, 0, kuiSize + kiAlignedBytes + kiSizeVoidPointer + kiSizeInt32); in WelsMalloc()52 pAlignedBuf = pBuf + kiAlignedBytes + kiSizeVoidPointer + kiSizeInt32; in WelsMalloc()55 * ((int32_t*) (pAlignedBuf - (kiSizeVoidPointer + kiSizeInt32))) = kuiSize; in WelsMalloc()