Searched refs:kiMemoryLength (Results 1 – 1 of 1) sorted by relevance
132 const int32_t kiMemoryLength = * ((int32_t*) ((uint8_t*)pPointer - sizeof (void**) - sizeof ( in WelsMalloc() local134 m_nMemoryUsageInBytes += kiMemoryLength; in WelsMalloc()136 g_iMemoryLength = kiMemoryLength; in WelsMalloc()146 const int32_t kiMemoryLength = * ((int32_t*) ((uint8_t*)pPointer - sizeof (void**) - sizeof ( in WelsFree() local148 m_nMemoryUsageInBytes -= kiMemoryLength; in WelsFree()150 g_iMemoryLength = kiMemoryLength; in WelsFree()