Searched refs:mutex_mem_stats (Results 1 – 1 of 1) sorted by relevance
121 static void *mutex_mem_stats = NULL; variable405 if (mutex_mem_stats == NULL) { in LITE_malloc_internal()406 mutex_mem_stats = HAL_MutexCreate(); in LITE_malloc_internal()408 HAL_MutexLock(mutex_mem_stats); in LITE_malloc_internal()436 HAL_MutexUnlock(mutex_mem_stats); in LITE_malloc_internal()486 HAL_MutexUnlock(mutex_mem_stats); in LITE_malloc_internal()500 HAL_MutexLock(mutex_mem_stats); in LITE_free_internal()518 HAL_MutexUnlock(mutex_mem_stats); in LITE_free_internal()544 HAL_MutexUnlock(mutex_mem_stats); in LITE_free_internal()748 return &mutex_mem_stats; in LITE_get_mem_mutex()
Completed in 3 milliseconds