Home
last modified time | relevance | path

Searched refs:oversize_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c121 static oversize_t *find_oversize(size_t);
122 static void add_oversize(oversize_t *);
127 static void free_oversize(oversize_t *);
128 static oversize_t *oversize_header_alloc(uintptr_t, size_t);
135 oversize_t *ovsz_hashtab[NUM_BUCKETS];
186 static oversize_t oversize_list;
200 #define OVSZ_SIZE (ALIGN(sizeof (oversize_t), MTMALLOC_MIN_ALIGN))
223 insert_hash(oversize_t *big) in insert_hash()
313 oversize_t *old; in realloc()
315 old = (oversize_t *)(mem - OVSZ_SIZE); in realloc()
[all …]
H A Dmtmalloc_impl.h63 } oversize_t; typedef