xo-gc: refactor: retire DX1Collector.check_move_policy()
This commit is contained in:
parent
033b83418c
commit
5e90e5f3ef
2 changed files with 4 additions and 0 deletions
|
|
@ -279,12 +279,14 @@ namespace xo {
|
|||
**/
|
||||
void forward_inplace(AGCObject * lhs_iface, void ** lhs_data);
|
||||
|
||||
#ifdef OBSOLETE
|
||||
/** true iff {alloc_hdr, object_data} should move for
|
||||
* currently-running collection.
|
||||
*
|
||||
* Require: runstate_.is_running()
|
||||
**/
|
||||
bool check_move_policy(header_type alloc_hdr, void * object_data) const noexcept;
|
||||
#endif
|
||||
|
||||
// ----- allocation -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue