Searched refs:debug_memory_ctx (Results 1 – 2 of 2) sorted by relevance
36 struct dbg_mem_ctx debug_memory_ctx; variable73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf()74 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_alloc_dbg_buf()99 debug_memory_ctx.alloc_buf_cnt++; in rt_alloc_dbg_buf()108 debug_memory_ctx.alloc_buf_cnt); in rt_alloc_dbg_buf()118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf()119 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_free_dbg_buf()141 debug_memory_ctx.alloc_buf_cnt); in rt_free_dbg_buf()143 debug_memory_ctx.alloc_buf_cnt--; in rt_free_dbg_buf()156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init()[all …]