Home
last modified time | relevance | path

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

/external/clearsilver/ruby/ext/hdf/
Dneo_util.c49 static void h_free(t_hdfh *hdfh) { in h_free() function
206 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_get_child()
229 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_get_obj()
252 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_get_node()
274 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_obj_child()
295 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_obj_next()
316 rv=Data_Make_Struct(cHdf,t_hdfh,h_mark,h_free,hdfh_new); in h_obj_top()
/external/libvpx/nestegg/halloc/
Dhalloc.h32 void h_free (void * p);
/external/libvpx/nestegg/halloc/src/
Dhalloc.c160 void h_free(void * ptr) in h_free() function
/external/libvpx/nestegg/src/
Dnestegg.c469 h_free(pool); in ne_pool_destroy()