Home
last modified time | relevance | path

Searched refs:realsize (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/win32/
H A Dvmem.h627 if (lsize >= realsize) { in Malloc()
708 if(lsize >= realsize) { in Malloc()
710 rem = lsize - realsize; in Malloc()
727 lsize = realsize; in Malloc()
799 prev = ptr + realsize; in Realloc()
810 cursize = realsize; in Realloc()
1118 if(cursize == realsize) { in Expand()
1123 if(realsize <= cursize) { in Expand()
1131 ptr += realsize; in Expand()
1166 next = ptr + realsize; in Expand()
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DHTTP.pm176 my $realsize = hex($1);
177 last if $realsize == 0;
178 $result .= $self->retrieve($realsize);
/openbsd/sys/dev/pcmcia/
H A Dpcmciavar.h64 bus_size_t realsize; /* how much we really allocated */ member
126 #define pf_ccr_realsize pf_pcmh.realsize
/openbsd/sys/dev/sbus/
H A Dstp4020.c599 pcmhp->realsize = size; in stp4020_chip_mem_alloc()
622 pcmhp->realsize = STP4020_WINDOW_SIZE - card_addr; in stp4020_chip_mem_map()
/openbsd/usr.sbin/nsd/
H A Dudb.c672 off_t realsize; local
674 realsize = lseek(udb->fd, (off_t)0, SEEK_END);
675 if(realsize == (off_t)-1) {
679 udb->glob_data->fsize = (uint64_t)realsize;
680 if(!udb_base_remap(udb, alloc, (uint64_t)realsize))
/openbsd/sys/kern/
H A Dexec_elf.c1378 vsize_t size, realsize; in coredump_walk_elf() local
1381 realsize = realend - start; in coredump_walk_elf()
1387 phdr.p_filesz = realsize; in coredump_walk_elf()
/openbsd/lib/libc/stdlib/
H A Dmalloc.c2678 size_t i, realsize; in malloc_dump1() local
2705 REALSIZE(realsize, &d->r[i]); in malloc_dump1()
2706 if (realsize > MALLOC_MAXCHUNK) { in malloc_dump1()
2707 putleakinfo(leaks, d->r[i].f, realsize, 1); in malloc_dump1()
2710 d->r[i].f, realsize); in malloc_dump1()
/openbsd/sys/dev/ic/
H A Dtcic2.c817 pcmhp->realsize = sizepg * TCIC_MEM_PAGESIZE; in tcic_chip_mem_alloc()
969 h->mem[win].size2 = tcic_log2((u_int)pcmhp->realsize) - TCIC_MEM_SHIFT; in tcic_chip_mem_map()
H A Di82365.c864 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; in pcic_chip_mem_alloc()
/openbsd/sys/dev/pci/
H A Dpccbb.c2126 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE;
2148 rbus_space_free(sc->sc_rbus_memt, pcmhp->memh, pcmhp->realsize, NULL);