Searched defs:Free (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.h | 64 void Free(T *&p) { in Free() function
|
H A D | tsan_dense_alloc.h | 74 void Free(Cache *c, IndexT idx) { in Free() function
|
/freebsd/tools/tools/bootparttest/ |
H A D | stub.c | 39 Free(void *ptr, const char *file, int line) in Free() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 50 static void Free(void *ptr) { in Free() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | SectionMemoryManager.h | 155 sys::MemoryBlock Free; member
|
/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 108 Free(void *ptr, const char *file, int line) in Free() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 53 Free = 1 << 2, // Allocator function frees the `allocptr` argument enumerator
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 93 #define Free(foo) free(foo, M_UNIT) macro 127 #define Free(foo) free(foo) macro
|
/freebsd/sbin/routed/ |
H A D | radix.h | 135 #define Free(p) free((void *)p); macro
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 471 void IRMemoryMap::Free(lldb::addr_t process_address, Status &error) { in Free() function in IRMemoryMap
|
/freebsd/lib/libc/isc/ |
H A D | eventlib_p.h | 171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2353 bool Free = !HasReturn; in visitReturnInst() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 2911 static inline bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm) { in Free() function
|