Searched refs:dealloc (Results 1 – 18 of 18) sorted by relevance
42 __attribute ((noipa)) void dealloc (void *);43 __attribute ((malloc (dealloc, 1))) char* alloc (void);46 void dealloc (void *p) in dealloc() function61 dealloc (ret); in do_test()65 dealloc (resolved_path); in do_test()
33 inline void dealloc (__typeof (_hurd_id.gen) *p) in _hurd_check_ids()55 dealloc (&_hurd_id.gen); in _hurd_check_ids()56 dealloc (&_hurd_id.aux); in _hurd_check_ids()
27 _hurd_intern_fd (io_t port, int flags, int dealloc) in _hurd_intern_fd() argument43 if (dealloc) in _hurd_intern_fd()
182 inline void clean_ports (mach_port_t *ports, int dealloc) in _hurd_intr_rpc_mach_msg()202 if (dealloc) in _hurd_intr_rpc_mach_msg()
170 int dealloc; in _hurd_port_free() local178 dealloc = _hurd_userlink_unlink (link); in _hurd_port_free()181 if (dealloc) in _hurd_port_free()
129 int dealloc = ! link->resource.next && ! link->resource.prevp; in _hurd_userlink_unlink() local146 return dealloc; in _hurd_userlink_unlink()
237 extern int _hurd_intern_fd (io_t port, int flags, int dealloc);
51 int dealloc = 0; in __libc_sendmsg() local89 dealloc = 1; in __libc_sendmsg()209 if (dealloc) in __libc_sendmsg()
689 # define __attr_dealloc(dealloc, argno) \ argument690 __attribute__ ((__malloc__ (dealloc, argno)))693 # define __attr_dealloc(dealloc, argno) argument
29 mig-alloc mig-dealloc mig-reply \
50 pt-dealloc \
6782 * hurd/hurdexec.c: Pass poly and dealloc args to __file_exec.9381 * mach/mig-dealloc.c: Add weak alias mig_deallocate.
747 * htl/pt-dealloc.c: Modified.
13763 * mach/mig-dealloc.c: Likewise.
13942 Enable support for GCC 11 -Wmismatched-dealloc.
19779 * htl/pt-dealloc.c: Likewise.
11697 mig-dealloc.c