Searched refs:ck_malloc (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_rhs.h | 84 struct ck_malloc *m; 115 ck_rhs_compare_cb_t *, struct ck_malloc *); 117 ck_rhs_compare_cb_t *, struct ck_malloc *, unsigned long, unsigned long);
|
H A D | ck_hs.h | 85 struct ck_malloc *m; 126 ck_hs_compare_cb_t *, struct ck_malloc *); 128 ck_hs_compare_cb_t *, struct ck_malloc *, unsigned long, unsigned long);
|
H A D | ck_array.h | 44 struct ck_malloc *allocator; 59 bool ck_array_init(ck_array_t *, unsigned int, struct ck_malloc *, unsigned int);
|
H A D | ck_ht.h | 104 struct ck_malloc *m; 259 struct ck_malloc *, CK_HT_TYPE, uint64_t);
|
H A D | ck_malloc.h | 33 struct ck_malloc { struct
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_array.c | 35 ck_array_create(struct ck_malloc *allocator, unsigned int length) in ck_array_create() 50 ck_array_init(struct ck_array *array, unsigned int mode, struct ck_malloc *allocator, unsigned int … in ck_array_init()
|
H A D | ck_hs.c | 183 ck_hs_map_destroy(struct ck_malloc *m, struct ck_hs_map *map, bool defer) in ck_hs_map_destroy() 927 struct ck_malloc *m) in ck_hs_move() 947 struct ck_malloc *m, in ck_hs_init()
|
H A D | ck_rhs.c | 321 ck_rhs_map_destroy(struct ck_malloc *m, struct ck_rhs_map *map, bool defer) in ck_rhs_map_destroy() 1442 struct ck_malloc *m) in ck_rhs_move() 1463 struct ck_malloc *m, in ck_rhs_init()
|
H A D | ck_ht.c | 228 ck_ht_map_destroy(struct ck_malloc *m, struct ck_ht_map *map, bool defer) in ck_ht_map_destroy() 254 struct ck_malloc *m, in ck_ht_init()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 3085 * sdiff.c (xmalloc): Renamed from ck_malloc. Callers changed.
|