Home
last modified time | relevance | path

Searched defs:allocsize (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/powerpc/pseries/
H A Dplpar_iommu.c169 bus_size_t allocsize; in phyp_iommu_map() local
/freebsd-13.1/bin/sh/
H A Dmemalloc.c147 int allocsize; in stnewblock() local
/freebsd-13.1/sys/dev/sound/pcm/
H A Dbuffer.c166 unsigned int bufsize, allocsize; in sndbuf_resize() local
216 unsigned int bufsize, allocsize; in sndbuf_remalloc() local
H A Dbuffer.h46 unsigned int bufsize, maxsize, allocsize; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c730 int64_t allocsize = *allocbuf; in zcp_lua_alloc() local
740 int64_t allocsize = nsize + sizeof (int64_t); in zcp_lua_alloc() local
/freebsd-13.1/lib/libmemstat/
H A Dmemstat_malloc.c482 int numzones, objsize, allocsize, ret; in memstat_malloc_zone_init_kvm() local
/freebsd-13.1/sbin/restore/
H A Dsymtab.c377 #define allocsize(size) roundup2((size) + 1, STRTBLINCR) macro
/freebsd-13.1/usr.bin/rs/
H A Drs.c85 static int allocsize = BUFSIZ; variable
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c7488 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local