Crate phper_alloc

Source
Expand description

§phper-alloc

Allocator related items for phper.

§License

MulanPSL-2.0.

Traits§

RefClone
Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.
ToRefOwned
Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.