HomeSort by: relevance | last modified time | path
    Searched defs:overhead (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libbsdmalloc/
malloc.c 72 * The overhead on a block is at least 4 bytes. When free, this space
81 union overhead { union
82 union overhead *ov_next; /* when free */
110 * smallest allocatable block is 8 bytes. The overhead information
114 static union overhead *nextf[NBUCKETS];
132 static int findbucket(union overhead *, int);
180 union overhead *op;
194 op = (union overhead *)(void *)sbrk(0);
274 union overhead *op;
297 op = (union overhead *)(void *)sbrk((int)amt)
    [all...]
  /src/libexec/ld.elf_so/
xmalloc.c 103 * The overhead on a block is at least 4 bytes. When free, this space
108 union overhead { union
109 union overhead *ov_next; /* when free */
128 * (FIRST_BUCKET_SIZE << i). The overhead information precedes the data
134 static union overhead *nextf[NBUCKETS];
164 return (((caddr_t)cp - sizeof(union overhead)));
170 union overhead *op;
183 op = (union overhead *)(pagepool_start);
230 union overhead *ov;
236 mem = imalloc(size + align + offset + sizeof(union overhead));
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 878 uint32_t overhead, overhead_per_group, ngdb; local
887 * Compute the overhead (FS structures)
893 overhead = fs->e2fs.e2fs_first_dblock +
914 overhead += ngroups * (1 /* superblock */ + ngdb);
919 sbp->f_blocks = fs->e2fs.e2fs_bcount - overhead;
  /src/sys/arch/x86/x86/
cpu.c 1421 int64_t overhead; local
1452 * Work out the approximate overhead involved below.
1456 overhead = 0;
1464 overhead += (t1 - t0);
1467 overhead >>= 3;
1479 freq += t1 - t0 - overhead;
  /src/sys/netinet/
sctp_uio.h 526 u_int32_t overhead; member in struct:sctp_rwnd_log

Completed in 25 milliseconds