Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c78 #define ov_index ovu.ovu_index macro
150 op->ov_index = bucket; in __crt_malloc()
187 ov1.ov_index = x - (uintptr_t)mem + sizeof(union overhead); in __crt_aligned_alloc_offset()
241 op = op1.ov_magic == AMAGIC ? (void *)((caddr_t)cp - op1.ov_index) : in __crt_free()
245 size = op->ov_index; in __crt_free()
263 i = op->ov_index; in __crt_realloc()
/freebsd/contrib/tcsh/
H A Dtc.alloc.c120 #define ov_index ovu.ovu_index macro
228 p->ov_index = bucket; in malloc()
234 p->ov_size = (p->ov_index <= 13) ? (U_short)nbytes - 1 : 0; in malloc()
329 if (op->ov_index <= 13) in free()
333 CHECK(op->ov_index >= NBUCKETS, in free()
335 size = op->ov_index; in free()
400 i = op->ov_index; in realloc()
426 op->ov_size = (op->ov_index <= 13) ? (U_short)nbytes - 1 : 0; in realloc()
469 return 1 << (op->ov_index + 3); in malloc_usable_size()