Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/src/
Dmemory_align.cpp132 const int32_t kiMemoryLength = * ((int32_t*) ((uint8_t*)pPointer - sizeof (void**) - sizeof ( in WelsMalloc() local
134 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() local
148 m_nMemoryUsageInBytes -= kiMemoryLength; in WelsFree()
150 g_iMemoryLength = kiMemoryLength; in WelsFree()