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

12345

/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h14 #define free unity_free macro
/freebsd-current/sys/contrib/ck/include/
H A Dck_malloc.h36 void (*free)(void *, size_t, bool); member in struct:ck_malloc
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h52 #define free(ptr) macro
/freebsd-current/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h40 #define free(x) (free)((x), M_ZSTD) macro
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dspace_info.h27 uintmax_t free; member in struct:space_info
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_dapi.h36 g_uzip_dapi_free_t free; member in struct:g_uzip_dapi
/freebsd-current/contrib/lib9p/pytest/
H A Dnumalloc.py252 def free(self, val): member in class:NumAlloc
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore-int.h43 void (*free)(struct krb5_storage_data*); member in struct:krb5_storage_data
/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.h31 void (*free)(void *, void *); member in struct:ohash_info
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h170 #define free(ptr) _free_dbg((ptr), KMP_MEM_BLOCK) macro
/freebsd-current/lib/libopenbsd/
H A Dohash.h33 void (*free)(void *, void *); member in struct:ohash_info
/freebsd-current/contrib/file/src/
H A Dmemtest.c58 free(void *p) function
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp110 void DeadBlock::free() { function in class:DeadBlock
/freebsd-current/contrib/ofed/libmlx4/
H A Ddbrec.c46 unsigned long free[0]; member in struct:mlx4_db_page
/freebsd-current/contrib/ofed/libmlx5/
H A Ddbrec.c46 unsigned long free[0]; member in struct:mlx5_db_page
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h73 bhnd_nvram_iop_free *free; /**< free() implementation */ member in struct:bhnd_nvram_iops
/freebsd-current/contrib/libevent/include/event2/
H A Dthread.h112 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h112 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp191 unsigned long used, free; local
235 unsigned long used, free; local
[all...]
/freebsd-current/stand/libsa/
H A Dzalloc_malloc.c47 #undef free macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { function
81 __attribute__((weak)) inline __device__ void free(void *__ptr) { function
92 __attribute__((weak)) inline __device__ void free(void *__ptr) { function
100 __attribute__((weak)) inline __device__ void free(void *__ptr) { function
/freebsd-current/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-current/contrib/unbound/util/
H A Dalloc.h195 # define free(p) unbound_stat_free_lite(p, __FILE__, __LINE__, __func__) macro
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_extent.c312 ATF_TC(free); variable
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbptree.c188 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, argument

Completed in 320 milliseconds

12345