Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/heimdal/base/
H A Dheimbase.c56 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 Dheimbasepriv.h65 heim_type_dealloc dealloc; member
76 heim_type_dealloc dealloc,
H A Dheimbase.h73 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c398 goto dealloc; in ieee802_1x_create_preshared_mka()
410 dealloc: in ieee802_1x_create_preshared_mka()
/freebsd/sys/dev/drm2/
H A Ddrm_gem.c158 goto dealloc; in drm_gem_object_alloc()
161 dealloc: in drm_gem_object_alloc()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c475 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 Dheim_ipc_reply.defs51 replyout : heim_ipc_message_outband_t, dealloc);
H A Dheim_ipc.defs56 out replyout : heim_ipc_message_outband_t, dealloc);
/freebsd/contrib/ntp/sntp/libevent/
H A Devent-internal.h113 void (*dealloc)(struct event_base *); member
H A Devent.c924 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 Devent-internal.h113 void (*dealloc)(struct event_base *); member
H A Devent.c924 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 Devent.c230 if (base->evsel->dealloc != NULL) in event_base_free()
231 base->evsel->dealloc(base->evbase); in event_base_free()
H A Devent.h138 void (*dealloc)(void *); member
/freebsd/sys/vm/
H A Dvm_pager.c421 FIX(dealloc); in vm_pager_alloc_dyn_type()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc120 // Turn off alloc/dealloc mismatch checker on Mac and Windows for now.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td373 // 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 DCheckers.td1237 "of -dealloc">,
1241 HelpText<"Warn about improper use of '[super dealloc]' in Objective-C">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td882 def DeallocInCategory:DiagGroup<"dealloc-in-category">;
H A DDiagnosticSemaKinds.td1534 "-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 DAttrDocs.td1443 ``-dealloc`` where the call must appear at the end). It checks only that it
/freebsd/contrib/unbound/doc/
H A DChangelog11089 dealloc during deinit.