Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-in.c49 static struct object_allocator<struct string_slot> *string_slot_allocator;
365 new_slot = string_slot_allocator->allocate ();
2076 string_slot_allocator = new object_allocator <struct string_slot>
2088 delete string_slot_allocator;
2089 string_slot_allocator = NULL;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A DChangeLog-20196505 (string_slot_allocator): New object allocator.