Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-in.cc49 static struct object_allocator<struct string_slot> *string_slot_allocator; variable
365 new_slot = string_slot_allocator->allocate (); in canon_file_name()
2109 string_slot_allocator = new object_allocator <struct string_slot> in lto_reader_init()
2121 delete string_slot_allocator; in lto_free_file_name_hash()
2122 string_slot_allocator = NULL; in lto_free_file_name_hash()
DChangeLog-20196505 (string_slot_allocator): New object allocator.