Searched refs:realsize (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | vmem.h | 627 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 D | HTTP.pm | 176 my $realsize = hex($1); 177 last if $realsize == 0; 178 $result .= $self->retrieve($realsize);
|
/openbsd/sys/dev/pcmcia/ |
H A D | pcmciavar.h | 64 bus_size_t realsize; /* how much we really allocated */ member 126 #define pf_ccr_realsize pf_pcmh.realsize
|
/openbsd/sys/dev/sbus/ |
H A D | stp4020.c | 599 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 D | udb.c | 672 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 D | exec_elf.c | 1378 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 D | malloc.c | 2678 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 D | tcic2.c | 817 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 D | i82365.c | 864 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; in pcic_chip_mem_alloc()
|
/openbsd/sys/dev/pci/ |
H A D | pccbb.c | 2126 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; 2148 rbus_space_free(sc->sc_rbus_memt, pcmhp->memh, pcmhp->realsize, NULL);
|