Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Ddealloc_example.m8 @implementation MyObject // warn: lacks 'dealloc'
15 @implementation MyObject // warn: does not send 'dealloc' to super
16 - (void)dealloc { method
30 - (void)dealloc { method
31 [super dealloc];
44 - (void)dealloc { method
46 [super dealloc];
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc96 void (*dealloc) (void *)) in __cxa_vec_new2()
123 if (dealloc) in __cxa_vec_new2()
124 dealloc(base - padding_size); in __cxa_vec_new2()
138 void (*dealloc) (void *, std::size_t)) in __cxa_vec_new3()
163 if (dealloc) in __cxa_vec_new3()
164 dealloc(base - padding_size, size); in __cxa_vec_new3()
311 void (*dealloc) (void *)) in __cxa_vec_delete2()
331 dealloc(base); in __cxa_vec_delete2()
336 dealloc(base); in __cxa_vec_delete2()
344 void (*dealloc) (void *, std::size_t)) in __cxa_vec_delete3()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc96 void (*dealloc) (void *)) in __cxa_vec_new2()
123 if (dealloc) in __cxa_vec_new2()
124 dealloc(base - padding_size); in __cxa_vec_new2()
138 void (*dealloc) (void *, std::size_t)) in __cxa_vec_new3()
163 if (dealloc) in __cxa_vec_new3()
164 dealloc(base - padding_size, size); in __cxa_vec_new3()
311 void (*dealloc) (void *)) in __cxa_vec_delete2()
331 dealloc(base); in __cxa_vec_delete2()
336 dealloc(base); in __cxa_vec_delete2()
344 void (*dealloc) (void *, std::size_t)) in __cxa_vec_delete3()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c45 heim_data_free_f_t dealloc; in data_dealloc() local
52 dealloc = *deallocp; in data_dealloc()
53 if (dealloc != NULL) in data_dealloc()
54 dealloc(os->data); in data_dealloc()
113 heim_data_free_f_t dealloc) in heim_data_ref_create() argument
123 *deallocp = dealloc; in heim_data_ref_create()
H A Dstring.c46 heim_string_free_f_t dealloc; in string_dealloc() local
53 dealloc = *deallocp; in string_dealloc()
54 if (dealloc != NULL) { in string_dealloc()
56 dealloc(*strp); in string_dealloc()
124 heim_string_ref_create(const char *string, heim_string_free_f_t dealloc) in heim_string_ref_create() argument
135 *deallocp = dealloc; in heim_string_ref_create()
H A Dheimbase.c58 void (*dealloc)(void *); member
138 if (p->isa->dealloc) in heim_release()
139 p->isa->dealloc(ptr); in heim_release()
266 if (p->dealloc) in memory_dealloc()
267 p->dealloc(ptr); in memory_dealloc()
295 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) in heim_alloc() argument
305 p->dealloc = dealloc; in heim_alloc()
312 heim_type_dealloc dealloc, in _heim_create_type() argument
327 type->dealloc = dealloc; in _heim_create_type()
H A Dheimbasepriv.h77 heim_type_dealloc dealloc; member
89 heim_type_dealloc dealloc,
/netbsd-src/sys/stand/efiboot/
H A Dmodule.c130 dealloc(bm->module_name, strlen(bm->module_name) + 1); in module_remove()
131 dealloc(bm, sizeof(*bm)); in module_remove()
144 dealloc(bm->module_name, strlen(bm->module_name) + 1); in module_remove_all()
145 dealloc(bm, sizeof(*bm)); in module_remove_all()
H A Definet.c222 dealloc(eni->pktbuf, eni->pktbufsz); in efinet_get()
398 dealloc(enis[i].pktbuf, enis[i].pktbufsz); in efi_net_probe()
402 dealloc(enis, nhandles * sizeof(*enis)); in efi_net_probe()
425 dealloc(efinetif.netif_ifs, nifs * sizeof(*dif)); in efi_net_probe()
429 dealloc(stats, nifs * sizeof(*stats)); in efi_net_probe()
431 dealloc(enis[i].pktbuf, enis[i].pktbufsz); in efi_net_probe()
432 dealloc(enis, nhandles * sizeof(*enis)); in efi_net_probe()
H A Doverlay.c92 dealloc(d, DTOVERLAY_ENTRY_SIZE(d->overlay_path));
106 dealloc(d, DTOVERLAY_ENTRY_SIZE(d->overlay_path)); in dtoverlay_remove_all()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Definet.c191 dealloc(eni->pktbuf, eni->pktbufsz); in efinet_get()
388 dealloc(enis[i].pktbuf, enis[i].pktbufsz); in efi_net_probe()
392 dealloc(enis, nhandles * sizeof(*enis)); in efi_net_probe()
409 dealloc(efinetif.netif_ifs, nifs * sizeof(*dif)); in efi_net_probe()
413 dealloc(stats, nifs * sizeof(*stats)); in efi_net_probe()
415 dealloc(enis[i].pktbuf, enis[i].pktbufsz); in efi_net_probe()
416 dealloc(enis, nhandles * sizeof(*enis)); in efi_net_probe()
/netbsd-src/sys/lib/libsa/
H A Dcd9660.c180 dealloc(buf, ISO_DEFAULT_BLOCK_SIZE); in cd9660_open()
283 dealloc(buf, buf_size); in cd9660_open()
290 dealloc(fp, sizeof(struct file)); in cd9660_open()
291 dealloc(buf, buf_size); in cd9660_open()
303 dealloc(fp, sizeof *fp); in cd9660_close()
H A Dcread.c138 dealloc(ptr, 0); /* XXX works only with modified allocator */ in zcfree()
290 dealloc(s, sizeof(struct sd)); in open()
313 dealloc(s->inbuf, Z_BUFSIZE); in close()
314 dealloc(s, sizeof(struct sd)); in close()
/netbsd-src/sys/arch/arc/stand/boot/
H A Ddisk.c160 dealloc(sc, sizeof(struct disk_softc)); in diskopen()
185 dealloc(sc, sizeof(struct disk_softc)); in diskopen()
198 dealloc(f->f_devdata, sizeof(struct disk_softc)); in diskclose()
/netbsd-src/sys/arch/acorn32/stand/lib/
H A Driscosdisk.c93 dealloc(rd, sizeof(*rd)); in rodisk_open()
98 dealloc(rd, sizeof(*rd)); in rodisk_open()
111 dealloc(rd, sizeof *rd); in rodisk_close()
/netbsd-src/sys/arch/sgimips/stand/common/
H A Ddisk.c160 dealloc(sc, sizeof(struct disk_softc)); in diskopen()
185 dealloc(sc, sizeof(struct disk_softc)); in diskopen()
198 dealloc(f->f_devdata, sizeof(struct disk_softc)); in diskclose()
H A Diris_disk.c210 dealloc(sc, sizeof(struct disk_softc)); in diskopen()
230 dealloc(sc, sizeof *sc); in diskclose()
/netbsd-src/sys/arch/mmeye/include/
H A Dloadfile_machdep.h52 #define DEALLOC(a, b) dealloc(a, b)
55 void dealloc(void *, size_t);
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnv_kern_netbsd.c53 extern void dealloc(void *, unsigned int);
258 dealloc(buf, *olen); in nv_realloc()
273 dealloc(buf, *olen);
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c349 if (phtbl) dealloc(phtbl, sizeof(*phtbl) * elf->e_phnum); in scanfile()
350 if (shtbl) dealloc(shtbl, sizeof(*shtbl) * elf->e_shnum); in scanfile()
358 if (phtbl) dealloc(phtbl, sizeof(*phtbl) * elf->e_phnum); in scanfile()
359 if (shtbl) dealloc(shtbl, sizeof(*shtbl) * elf->e_shnum); in scanfile()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.m28 - (void)dealloc
33 [super dealloc];
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec_multiboot1.c183 dealloc(shbuf, shlen); in exec_multiboot1()
212 dealloc(mbp->mbp_header, sizeof(*mbp->mbp_header)); in cleanup_multiboot1()
213 dealloc(mbp, sizeof(*mbp)); in cleanup_multiboot1()
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dwinfs.c68 dealloc(fsdata, sizeof(*fsdata)); in win_open()
86 dealloc(fsdata, sizeof(*fsdata)); in win_close()
/netbsd-src/sys/arch/x68k/stand/libsa/
H A Dfd.c66 dealloc(sc, sizeof(struct fd_softc)); in fdopen()
87 dealloc(sc, sizeof(struct fd_softc)); in fdclose()
/netbsd-src/sys/arch/x68k/include/
H A Dloadfile_machdep.h61 #define DEALLOC(a, b) dealloc(a, b)
72 #define DEALLOC(a, b) dealloc(a, b)

123456789