Searched refs:checkpoint (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c180 // once in use. But it does support a simple checkpoint and rollback
181 // mechanism to undo all allocations since the checkpoint, used for the
238 // If we're still using the same contiguous chunk as the checkpoint
2128 struct dl_alloc_checkpoint checkpoint; local
2129 dl_alloc_checkpoint(&checkpoint);
2147 dl_alloc_rollback(&checkpoint);

Completed in 80 milliseconds