Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h64 void Free(T *&p) { in Free() function
H A Dtsan_dense_alloc.h74 void Free(Cache *c, IndexT idx) { in Free() function
/freebsd/tools/tools/bootparttest/
H A Dstub.c39 Free(void *ptr, const char *file, int line) in Free() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h50 static void Free(void *ptr) { in Free() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h155 sys::MemoryBlock Free; member
/freebsd/stand/libsa/
H A Dzalloc_malloc.c108 Free(void *ptr, const char *file, int line) in Free() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h53 Free = 1 << 2, // Allocator function frees the `allocptr` argument enumerator
/freebsd/sys/kern/
H A Dsubr_unit.c93 #define Free(foo) free(foo, M_UNIT) macro
127 #define Free(foo) free(foo) macro
/freebsd/sbin/routed/
H A Dradix.h135 #define Free(p) free((void *)p); macro
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp471 void IRMemoryMap::Free(lldb::addr_t process_address, Status &error) { in Free() function in IRMemoryMap
/freebsd/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2353 bool Free = !HasReturn; in visitReturnInst() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2911 static inline bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm) { in Free() function