HomeSort by: relevance | last modified time | path
    Searched refs:Free (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 60 u_int32_t First, Lower, Upper, Free;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 48 alloc.Free(&cache, idx);
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 144 hData.Free();
195 hData.Free();
CodecBase.cs 149 _hInput.Free();
151 _hOutput.Free();
GZipStream.cs 172 h.Free();
216 h.Free();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 99 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
106 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
132 // If the range is small, just do the normal free procedure.
224 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
tsan_dense_alloc.h 15 // allocates/free indices of objects and provide a functionality to map
68 void Free(Cache *c, IndexT idx) {
tsan_clock.cc 104 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]);
105 ctx->clock_alloc.Free(c, idx);
  /src/sbin/routed/
radix.h 142 #define Free(p) free((void *)p);
radix.c 460 Free(saved_x);
  /src/sys/net/
radix.h 131 #define Free(p) free(p, M_RTABLE);
rtsock_shared.c 964 /* We cannot free old_rtm until we have stopped using the
969 Free(old_rtm);
994 Free(rtm);
1008 Free(rtm);
radix.c 531 Free(saved_x);
  /src/usr.sbin/sysinst/arch/mac68k/
menus.md.pl 119 free (map.blk);
259 option "Free", exit, action {
268 strcpy (map.blk[j].pmPartName, "untitled (Free)");
  /src/lib/libc/isc/
eventlib_p.h 51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
63 #define FREE(p) memput((p), sizeof *(p))
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon367
  /src/sys/arch/prep/include/
residual.h 277 Free = 0x10, /* Free part of System Memory */
  /src/bin/csh/
extern.h 314 void Free(void *);
  /src/usr.sbin/sysinst/
msg.mi.es 206 The NetBSD (or free) part of your disk ($0) is $3.
263 * $0 = free space 1.4
267 {Go on. Free space $0 $1.}
312 * $6 = free size 244MB
318 Flags: $3(N)ewfs$4. Total: $5, free: $6}
376 * $1 = valid free space shortcuts f-h
385 * $1 = valid free space shortcuts f-h
393 * $1 = valid free space shortcuts f-h
397 { $1: start at the beginning of given free space}
401 * $1 = valid free space shortcuts f-
    [all...]
  /src/sys/dist/pf/net/
pf_table.c 1941 Free(h4);
1976 free((void *)kt->pfrkt_ip4, M_RTABLE);
1978 free((void *)kt->pfrkt_ip6, M_RTABLE);
  /src/tools/compat/
configure 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
12 # This configure script is free software; the Free Software Foundation
1415 Copyright (C) 2023 Free Software Foundation, Inc.
1416 This configure script is free software; the Free Software Foundation
2249 extern void free (void *);
2365 free (ia);
8662 Copyright (C) 2023 Free Software Foundation, Inc.
8663 This config.status script is free software; the Free Software Foundatio
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
1625 Copyright (C) 2012 Free Software Foundation, Inc.
1626 This configure script is free software; the Free Software Foundation
6477 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6484 $EGREP "free" >/dev/null 2>&1; then :
8747 free((void *) x);
19823 Copyright (C) 2012 Free Software Foundation, Inc
    [all...]

Completed in 783 milliseconds