Searched refs:from_ptr (Results 1 – 6 of 6) sorted by relevance
84 static Malloc_page *from_ptr(void const *p) throw() in from_ptr() function in Moe::Malloc_page158 auto *pg = Malloc_page::from_ptr(block); in free()208 Moe::Malloc_container::from_ptr(void const *p) throw() in from_ptr() function in Moe::Malloc_container210 return Malloc_page::from_ptr(p)->container(); in from_ptr()
152 return static_cast<Q_alloc *>(Malloc_container::from_ptr(this)); in qalloc()186 auto *mc = Malloc_container::from_ptr(this); in alloc()192 auto *mc = Malloc_container::from_ptr(t); in free()
15 Moe::Malloc_container::from_ptr(p)->free(p); in operator delete()
57 return dynamic_cast<Moe::Q_alloc *>(Moe::Malloc_container::from_ptr(this)); in parent_qalloc()
85 static Malloc_container *from_ptr(void const *p) throw();
77 && Moe::Malloc_container::from_ptr(*it) == qalloc()) in ~Allocator()
Completed in 6 milliseconds