object
The APIs described in this section are reserved and may be changed or deprecated in the future. They do not need your attention.
API Definition |
Description |
|---|---|
Object() |
Object constructor. |
new(size_t size) |
Memory allocation function of Object. |
new(size_t size, [[maybe_unused]] const std::nothrow_t &tag) |
Memory allocation function of Object. |
delete(void *addr) |
Memory deallocation function of Object. |
Parent topic: Framework Capability APIs