Home
last modified time | relevance | path

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

/AliOS-Things-master/kernel/rhino/
A Dk_mm.c245 pmmhead->fix_pool = NULL; in krhino_init_mm_head()
252 pmmhead->fix_pool = mmblk_pool; in krhino_init_mm_head()
417 if (mmhead->fix_pool != NULL && size <= RHINO_CONFIG_MM_BLK_SIZE) { in k_mm_alloc()
418 retptr = krhino_mblk_alloc_nolock((mblk_pool_t *)mmhead->fix_pool, size); in k_mm_alloc()
530 if (krhino_mblk_check(mmhead->fix_pool, ptr)) { in k_mm_free()
531 (void)krhino_mblk_free_nolock((mblk_pool_t *)mmhead->fix_pool, ptr); in k_mm_free()
633 if (krhino_mblk_check(mmhead->fix_pool, oldmem)) { in k_mm_realloc()
636 int cp_len = krhino_mblk_get_size(mmhead->fix_pool, oldmem); in k_mm_realloc()
640 (void)krhino_mblk_free_nolock((mblk_pool_t *)mmhead->fix_pool, oldmem); in k_mm_realloc()
772 if (krhino_mblk_check(g_kmm_head->fix_pool, addr)) { in krhino_owner_attach()
A Dk_mm_debug.c220 mm_pool = mmhead->fix_pool; in dump_kmm_mblk_info()
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm.h197 void *fix_pool; /**< heap can contain one fix pool, deal with little buffer */ member
/AliOS-Things-master/components/debug/src/
A Ddebug_overview.c69 (void)krhino_mblk_info_nolock((mblk_pool_t *)g_kmm_head->fix_pool, &pool_info); in debug_mm_overview()
505 (void)krhino_mblk_info_nolock((mblk_pool_t *)g_kmm_head->fix_pool, &pool_info); in debug_pool_info_get()

Completed in 18 milliseconds