Searched refs:nextof (Results 1 – 4 of 4) sorted by relevance
83 static void * & nextof(void * const ptr) in nextof() function in boost::simple_segregated_storage136 nextof(loc) = segregate(block, nsz, npartition_sz, nextof(loc)); in add_ordered_block()155 first = nextof(first); in BOOST_PREVENT_MACRO_SUBSTITUTION()165 nextof(chunk) = first; in BOOST_PREVENT_MACRO_SUBSTITUTION() local185 nextof(chunk) = nextof(loc); in ordered_free()186 nextof(loc) = chunk; in ordered_free()230 void* pt = nextof(ptr); // trigger possible segfault *before* we update variables in validate()233 ptr = nextof(ptr); in validate()263 if (nextof(iter) == 0 || std::greater<void *>()(nextof(iter), ptr)) in find_prev()266 iter = nextof(iter); in find_prev()[all …]
93 static void * & nextof(void * const ptr) in nextof() function in boost::object_pool249 freed_iter = nextof(freed_iter); in ~object_pool()
358 static void * & nextof(void * const ptr) in nextof() function in boost::pool593 free_p = nextof(free_p); in release_memory()610 free_p = nextof(free_p); in release_memory()635 nextof(prev_free_p) = free_p; in release_memory()
93 static void*& get_nextof(void* const ptr) { return nextof(ptr); } in get_nextof()