Home
last modified time | relevance | path

Searched refs:custom_deallocator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc192 struct custom_deallocator : public deallocator struct
194 custom_deallocator (malloc_state_machine *sm, in custom_deallocator() argument
468 auto_vec <custom_deallocator *> m_dynamic_deallocators;
1468 custom_deallocator *d; in ~malloc_state_machine()
1578 custom_deallocator *cd in get_or_create_deallocator()
1579 = new custom_deallocator (this, deallocator_fndecl, in get_or_create_deallocator()
H A DChangeLog3223 (struct custom_deallocator): New.