Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx76 struct shared_ptr_layout struct
92 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_count()
94 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_count()
109 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_mark()
111 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_mark()
207 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_free()
209 shared_ptr_layout * q = reinterpret_cast<shared_ptr_layout *>(p); in scan_and_free()

Completed in 9 milliseconds