Searched defs:free (Results 51 - 75 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_private.h57 int (*free)(struct archive_write_filter *); member in struct:archive_write_filter
H A Darchive_read_private.h74 int (*free)(struct archive_read_filter_bidder *); member in struct:archive_read_filter_bidder
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_hash.c81 apr_hash_entry_t *free; /* List of recycled entries */ member in struct:apr_hash_t
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c898 int free = 0; local
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c158 #undef free macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Doffload.h66 u_int free; /* # of contiguous stids free right after this region */ member in struct:stid_region
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h642 #define free OS_DO_NOT_USE_free macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h455 # define free tcsh_free macro
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c412 #undef free macro
514 #undef free macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h362 __device__ static inline void free(void *__ptr) { ::free(__ptr); } function in namespace:std
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp81 void free(void *ptr) { function
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp166 int const free = buffer->size - buffer->used; local
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_buckets.h252 void (*free)(void *e); member in struct:apr_bucket
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dcq.h42 struct completion free; member in struct:mlx5_core_cq
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddictionary.c113 void (*free) (struct dictionary *dict); member in struct:dict_vector
H A Dremote-vx.c47 #define free bogon_free /* Sun claims "int free()" not void */ macro
51 #undef free macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h331 # define free je_free macro
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhx_locl.h162 int (*free)(hx509_certs, void *); member in struct:hx509_keyset_ops
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dwqe.h122 uint8_t free; member in struct:mlx5_wqe_mkey_context_seg
/freebsd-11-stable/sys/kern/
H A Dsubr_blist.c117 #define free(a,b) free(a) macro
[all...]
H A Dkern_malloc.c548 free(void *addr, struct malloc_type *mtp) function
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c1065 int i, free; local
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h234 void (*free)(struct eap_method *method); member in struct:eap_method
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cpp17 #define free __real_free macro
/freebsd-11-stable/lib/libc/db/btree/
H A Dbtree.h293 u_int32_t free; /* page number of first free page */ member in struct:_btmeta

Completed in 457 milliseconds

12345