| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | vec.cc | 88 void (*dealloc) (void *)) in __cxa_vec_new2() 112 dealloc(base - padding_size); in __cxa_vec_new2() 126 void (*dealloc) (void *, std::size_t)) in __cxa_vec_new3() 150 dealloc(base - padding_size, size); in __cxa_vec_new3() 297 void (*dealloc) (void *)) in __cxa_vec_delete2() 317 dealloc(base); in __cxa_vec_delete2() 322 dealloc(base); in __cxa_vec_delete2() 352 dealloc(base, size); in __cxa_vec_delete3() 357 dealloc(base, size); in __cxa_vec_delete3() 490 destructor, dealloc); in __aeabi_vec_delete3() [all …]
|
| /freebsd-12.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-12.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-12.1/sys/dev/drm2/ |
| H A D | drm_gem.c | 161 goto dealloc; in drm_gem_object_alloc() 164 dealloc: in drm_gem_object_alloc()
|
| /freebsd-12.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-12.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-12.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-12.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-12.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 | 139 void (*dealloc)(void *); member
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 352 // Restore registers and dealloc return function call. 368 // Restore registers and dealloc frame before a tail call.
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 117 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 691 "of -dealloc">, 695 HelpText<"Warn about improper use of '[super dealloc]' in Objective-C">,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 631 def DeallocInCategory:DiagGroup<"dealloc-in-category">;
|
| H A D | DiagnosticSemaKinds.td | 1178 "-dealloc is being overridden in a category">, 1222 "dealloc return type must be correctly specified as 'void' under ARC, " 3435 "%0 attribute cannot be applied to %select{methods in protocols|dealloc}1">, 9105 "mutableCopy|new|autorelease|dealloc|finalize|release|retain|retainCount|"
|
| H A D | AttrDocs.td | 1024 ``-dealloc`` where the call must appear at the end). It checks only that it
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 8025 dealloc during deinit.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2004 | 19730 free_v_must_defs): Remove dealloc parameter.
|