| /freebsd-13.1/crypto/heimdal/base/ |
| H A D | heimbase.c | 56 void (*dealloc)(void *); member 134 if (p->isa->dealloc) in heim_release() 135 p->isa->dealloc(ptr); in heim_release() 238 if (p->dealloc) in memory_dealloc() 239 p->dealloc(ptr); in memory_dealloc() 253 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) in heim_alloc() argument 263 p->dealloc = dealloc; in heim_alloc() 270 heim_type_dealloc dealloc, in _heim_create_type() argument 284 type->dealloc = dealloc; in _heim_create_type()
|
| H A D | heimbasepriv.h | 65 heim_type_dealloc dealloc; member 76 heim_type_dealloc dealloc,
|
| H A D | heimbase.h | 73 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpas_kay.c | 419 goto dealloc; in ieee802_1x_create_preshared_mka() 431 dealloc: in ieee802_1x_create_preshared_mka()
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_gem.c | 160 goto dealloc; in drm_gem_object_alloc() 163 dealloc: in drm_gem_object_alloc()
|
| /freebsd-13.1/crypto/heimdal/lib/ipc/ |
| H A D | heim_ipc_reply.defs | 51 replyout : heim_ipc_message_outband_t, dealloc);
|
| H A D | heim_ipc.defs | 56 out replyout : heim_ipc_message_outband_t, dealloc);
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth_kay.c | 502 goto dealloc; in ieee802_1x_create_preshared_mka_hapd() 514 dealloc: in ieee802_1x_create_preshared_mka_hapd()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | event-internal.h | 113 void (*dealloc)(struct event_base *); member
|
| H A D | event.c | 838 if (base->evsel != NULL && base->evsel->dealloc != NULL) in event_base_free_() 839 base->evsel->dealloc(base); in event_base_free_() 963 if (base->evsel->dealloc != NULL) in event_reinit() 964 base->evsel->dealloc(base); in event_reinit()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | event-internal.h | 113 void (*dealloc)(struct event_base *); member
|
| H A D | event.c | 881 if (base->evsel != NULL && base->evsel->dealloc != NULL) in event_base_free_() 882 base->evsel->dealloc(base); in event_base_free_() 1006 if (base->evsel->dealloc != NULL) in event_reinit() 1007 base->evsel->dealloc(base); in event_reinit()
|
| /freebsd-13.1/contrib/pf/libevent/ |
| H A D | event.c | 230 if (base->evsel->dealloc != NULL) in event_base_free() 231 base->evsel->dealloc(base->evbase); in event_base_free()
|
| H A D | event.h | 138 void (*dealloc)(void *); member
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_pager.c | 412 FIX(dealloc); in vm_pager_alloc_dyn_type()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 351 // Restore registers and dealloc return function call. 367 // Restore registers and dealloc frame before a tail call.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 115 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1139 "of -dealloc">, 1143 HelpText<"Warn about improper use of '[super dealloc]' in Objective-C">,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 769 def DeallocInCategory:DiagGroup<"dealloc-in-category">;
|
| H A D | DiagnosticSemaKinds.td | 1388 "-dealloc is being overridden in a category">, 1432 "dealloc return type must be correctly specified as 'void' under ARC, " 4077 "%0 attribute cannot be applied to %select{methods in protocols|dealloc}1">, 10795 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"
|
| H A D | AttrDocs.td | 1266 ``-dealloc`` where the call must appear at the end). It checks only that it
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 9442 dealloc during deinit.
|