Searched defs:vector (Results 1 – 5 of 5) sorted by relevance
728 struct vector struct730 using value_type = chunk;731 using size_type = unsigned;732 using iterator = value_type*;735 chunk* data = nullptr;736 size_type size = 0;737 size_type capacity = 0;741 vector(size_type __n, memory_resource* __r) in vector() function749 vector(vector&& __rval) noexcept in vector() function770 void clear(memory_resource* __r) in clear()[all …]
753 struct vector struct755 using value_type = chunk;756 using size_type = unsigned;757 using iterator = value_type*;760 chunk* data = nullptr;761 size_type size = 0;762 size_type capacity = 0;766 vector(size_type __n, memory_resource* __r) in vector() function774 vector(vector&& __rval) noexcept in vector() argument795 void clear(memory_resource* __r) in clear()[all …]
245 apic_timer_assign_irq(unsigned long vector) in apic_timer_assign_irq()280 apic_perf_assign_irq(unsigned long vector) in apic_perf_assign_irq()
Completed in 17 milliseconds