Home
last modified time | relevance | path

Searched refs:tofree (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c81 char *optstr, *p, *tofree; in do_mount_() local
93 tofree = optstr = strdup(optptr); in do_mount_()
114 free(tofree); in do_mount_()
/f-stack/app/redis-5.0.5/src/
H A Devict.c396 int getMaxmemoryState(size_t *total, size_t *logical, size_t *tofree, float *level) { in getMaxmemoryState() argument
432 if (tofree) *tofree = mem_tofree; in getMaxmemoryState()
H A Drax.c1191 raxNode *tofree = h; in raxRemove() local
1193 rax_free(tofree); rax->numnodes--; in raxRemove()
H A Dserver.h1710 int getMaxmemoryState(size_t *total, size_t *logical, size_t *tofree, float *level);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c429 struct statfs *sfsp, *sp, *sptmp, *tofree; in kern_getfsstat() local
446 tofree = NULL; in kern_getfsstat()
449 tofree = NULL; in kern_getfsstat()
459 tofree = sfsp = *buf = malloc(maxcount * sizeof(struct statfs), in kern_getfsstat()
524 free(tofree, M_STATFS); in kern_getfsstat()