Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_mem_stats.c121 static void *mutex_mem_stats = NULL; variable
405 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