Symbol: overhead
lib/libbsdmalloc/malloc.c
114
static union overhead *nextf[NBUCKETS];
lib/libbsdmalloc/malloc.c
132
static int findbucket(union overhead *, int);
lib/libbsdmalloc/malloc.c
180
union overhead *op;
lib/libbsdmalloc/malloc.c
194
op = (union overhead *)(void *)sbrk(0);
lib/libbsdmalloc/malloc.c
274
union overhead *op;
lib/libbsdmalloc/malloc.c
297
op = (union overhead *)(void *)sbrk((int)amt);
lib/libbsdmalloc/malloc.c
308
(union overhead *)(void *)((caddr_t)(void *)op+(size_t)sz);
lib/libbsdmalloc/malloc.c
317
union overhead *op;
lib/libbsdmalloc/malloc.c
321
op = (union overhead *)(void *)((caddr_t)cp - sizeof (union overhead));
lib/libbsdmalloc/malloc.c
361
union overhead *op;
lib/libbsdmalloc/malloc.c
371
op = (union overhead *)(void *)((caddr_t)cp - sizeof (union overhead));
lib/libbsdmalloc/malloc.c
446
findbucket(union overhead *freep, int srchlen)
lib/libbsdmalloc/malloc.c
448
union overhead *p;
lib/libbsdmalloc/malloc.c
474
union overhead *p;
lib/libbsdmalloc/malloc.c
82
union overhead *ov_next; /* when free */
lib/libcurses/PSD.doc/appen.C
113
usually do not need the overhead of both space and time
libexec/ld.elf_so/xmalloc.c
109
union overhead *ov_next; /* when free */
libexec/ld.elf_so/xmalloc.c
134
static union overhead *nextf[NBUCKETS];
libexec/ld.elf_so/xmalloc.c
164
return (((caddr_t)cp - sizeof(union overhead)));
libexec/ld.elf_so/xmalloc.c
170
union overhead *op;
libexec/ld.elf_so/xmalloc.c
183
op = (union overhead *)(pagepool_start);
libexec/ld.elf_so/xmalloc.c
230
union overhead *ov;
libexec/ld.elf_so/xmalloc.c
236
mem = imalloc(size + align + offset + sizeof(union overhead));
libexec/ld.elf_so/xmalloc.c
239
x = roundup2((uintptr_t)mem + sizeof(union overhead), align);
libexec/ld.elf_so/xmalloc.c
243
ov->ov_index = x - (uintptr_t)mem + sizeof(union overhead);
libexec/ld.elf_so/xmalloc.c
254
union overhead *op;
libexec/ld.elf_so/xmalloc.c
270
op = (union overhead *)pagepool_start;
libexec/ld.elf_so/xmalloc.c
279
op->ov_next = (union overhead *)((caddr_t)op + sz);
libexec/ld.elf_so/xmalloc.c
280
op = (union overhead *)((caddr_t)op + sz);
libexec/ld.elf_so/xmalloc.c
287
union overhead *op, *opx;
libexec/ld.elf_so/xmalloc.c
313
union overhead *op;
libexec/ld.elf_so/xmalloc.c
318
op = (union overhead *)((caddr_t)cp - sizeof (union overhead));
libexec/ld.elf_so/xmalloc.c
366
union overhead *p;
sys/arch/x86/x86/cpu.c
1421
int64_t overhead;
sys/arch/x86/x86/cpu.c
1456
overhead = 0;
sys/arch/x86/x86/cpu.c
1464
overhead += (t1 - t0);
sys/arch/x86/x86/cpu.c
1467
overhead >>= 3;
sys/arch/x86/x86/cpu.c
1479
freq += t1 - t0 - overhead;
sys/netinet/sctp_uio.h
526
u_int32_t overhead;
sys/netinet/sctputil.c
238
sctp_log_rwnd(uint8_t from, u_int32_t peers_rwnd , u_int32_t snd_size, u_int32_t overhead)
sys/netinet/sctputil.c
244
sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead;
sys/netinet/sctputil.c
254
sctp_log_rwnd_set(uint8_t from, u_int32_t peers_rwnd , u_int32_t flight_size, u_int32_t overhead, u_int32_t a_rwndval)
sys/netinet/sctputil.c
260
sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead;
sys/ufs/ext2fs/ext2fs_vfsops.c
878
uint32_t overhead, overhead_per_group, ngdb;
sys/ufs/ext2fs/ext2fs_vfsops.c
893
overhead = fs->e2fs.e2fs_first_dblock +
sys/ufs/ext2fs/ext2fs_vfsops.c
914
overhead += ngroups * (1 /* superblock */ + ngdb);
sys/ufs/ext2fs/ext2fs_vfsops.c
919
sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;