Lines Matching refs:MEM
2576 #define lh_MEM_new() LHM_lh_new(MEM,mem)
2577 #define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
2578 #define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
2579 #define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
2580 #define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
2582 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2583 #define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
2584 #define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
2585 #define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
2587 LHM_lh_node_stats_bio(MEM,lh,out)
2589 LHM_lh_node_usage_stats_bio(MEM,lh,out)
2591 LHM_lh_stats_bio(MEM,lh,out)
2592 #define lh_MEM_free(lh) LHM_lh_free(MEM,lh)