Home
last modified time | relevance | path

Searched refs:from_ptr (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/moe/server/src/
A Dmalloc.cc84 static Malloc_page *from_ptr(void const *p) throw() in from_ptr() function in Moe::Malloc_page
158 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_container
210 return Malloc_page::from_ptr(p)->container(); in from_ptr()
A Dquota.h152 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()
A Ddelete.cc15 Moe::Malloc_container::from_ptr(p)->free(p); in operator delete()
A Dalloc.h57 return dynamic_cast<Moe::Q_alloc *>(Moe::Malloc_container::from_ptr(this)); in parent_qalloc()
A Dmalloc.h85 static Malloc_container *from_ptr(void const *p) throw();
A Dalloc.cc77 && Moe::Malloc_container::from_ptr(*it) == qalloc()) in ~Allocator()

Completed in 7 milliseconds