Searched refs:string_slot_allocator (Results 1 – 3 of 3) sorted by relevance
49 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;
49 static struct object_allocator<struct string_slot> *string_slot_allocator; variable365 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()
6505 (string_slot_allocator): New object allocator.