Searched defs:free (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h52 #define free(ptr) macro
/freebsd-13-stable/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h40 #define free(x) (free)((x), M_ZSTD) macro
/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h14 #define free unity_free macro
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_malloc.h36 void (*free)(void *, size_t, bool); member in struct:ck_malloc
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_dapi.h38 g_uzip_dapi_free_t free; member in struct:g_uzip_dapi
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp79 void DeadBlock::free() { function in class:DeadBlock
/freebsd-13-stable/lib/libopenbsd/
H A Dohash.h35 void (*free)(void *, void *); member in struct:ohash_info
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h37 static inline __device__ void *free(void *__ptr) { return __hip_free(__ptr); } function
43 static inline __device__ void *free(void *__ptr) { function
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dnumalloc.py252 def free(self, val): member in class:NumAlloc
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h170 #define free(ptr) _free_dbg((ptr), KMP_MEM_BLOCK) macro
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_ohash.h31 void (*free)(void *, void *); member in struct:ohash_info
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore-int.h43 void (*free)(struct krb5_storage_data*); member in struct:krb5_storage_data
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp23 INTERCEPTOR_ATTRIBUTE void free(void *ptr) { function
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h74 bhnd_nvram_iop_free *free; /**< free() implementation */ member in struct:bhnd_nvram_iops
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Ddbrec.c46 unsigned long free[0]; member in struct:mlx4_db_page
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Ddbrec.c46 unsigned long free[0]; member in struct:mlx5_db_page
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dthread.h112 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h112 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp192 unsigned long used, free; local
236 unsigned long used, free; local
[all...]
/freebsd-13-stable/stand/libsa/
H A Dzalloc_malloc.c50 #undef free macro
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dunbound-event.h90 void (*free)(struct ub_event_base*); member in struct:ub_event_base_vmt
136 void (*free)(struct ub_event*); member in struct:ub_event_vmt
/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.h195 # define free(p) unbound_stat_free_lite(p, __FILE__, __LINE__, __func__) macro
/freebsd-13-stable/contrib/sendmail/src/
H A Dcontrol.c363 long free; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp161 ulong_t used, free; local
193 ulong_t used, free; local
[all...]
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_rmm.c143 static void move_block(apr_rmm_t *rmm, apr_rmm_off_t this, int free) argument

Completed in 195 milliseconds

12345