/freebsd/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/contrib/wpa/wpa_supplicant/ |
H A D | wpas_kay.c | 398 goto dealloc; in ieee802_1x_create_preshared_mka() 410 dealloc: in ieee802_1x_create_preshared_mka()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_gem.c | 158 goto dealloc; in drm_gem_object_alloc() 161 dealloc: in drm_gem_object_alloc()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_kay.c | 475 goto dealloc; in ieee802_1x_create_preshared_mka_hapd() 487 dealloc: in ieee802_1x_create_preshared_mka_hapd()
|
/freebsd/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/contrib/ntp/sntp/libevent/ |
H A D | event-internal.h | 113 void (*dealloc)(struct event_base *); member
|
H A D | event.c | 924 if (base->evsel != NULL && base->evsel->dealloc != NULL) in event_base_free_() 925 base->evsel->dealloc(base); in event_base_free_() 1049 if (base->evsel->dealloc != NULL) in event_reinit() 1050 base->evsel->dealloc(base); in event_reinit()
|
/freebsd/contrib/libevent/ |
H A D | event-internal.h | 113 void (*dealloc)(struct event_base *); member
|
H A D | event.c | 924 if (base->evsel != NULL && base->evsel->dealloc != NULL) in event_base_free_() 925 base->evsel->dealloc(base); in event_base_free_() 1049 if (base->evsel->dealloc != NULL) in event_reinit() 1050 base->evsel->dealloc(base); in event_reinit()
|
/freebsd/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/sys/vm/ |
H A D | vm_pager.c | 421 FIX(dealloc); in vm_pager_alloc_dyn_type()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 120 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPseudo.td | 373 // Restore registers and dealloc return function call. 389 // Restore registers and dealloc frame before a tail call.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1237 "of -dealloc">, 1241 HelpText<"Warn about improper use of '[super dealloc]' in Objective-C">,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 882 def DeallocInCategory:DiagGroup<"dealloc-in-category">;
|
H A D | DiagnosticSemaKinds.td | 1534 "-dealloc is being overridden in a category">, 1578 "dealloc return type must be correctly specified as 'void' under ARC, " 4483 "%0 attribute cannot be applied to %select{methods in protocols|dealloc}1">, 11649 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"
|
H A D | AttrDocs.td | 1443 ``-dealloc`` where the call must appear at the end). It checks only that it
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 11089 dealloc during deinit.
|