---
title: object
description: "本章接口为预留接口，后续有可能变更或废弃，不建议开发者使用，开发者无需关注。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/aolapi/atlasascendc_api_07_1113.html
sourcePath: /source/zh/canncommercial/900/API/aolapi/atlasascendc_api_07_1113.html
indexId: 73a5f50428fea6385602d7cf5f500490c5e490231e779319e6c174baabdc3e4970
---
# object

本章接口为预留接口，后续有可能变更或废弃，不建议开发者使用，开发者无需关注。


**表1 接口列表**

| 接口定义 | 功能说明 |
| --- | --- |
| Object() | Object的构造函数。 |
| new(size\_t size) | Object的内存申请函数。 |
| new(size\_t size, [[maybe\_unused]] const std::nothrow\_t &tag) | Object的内存申请函数。 |
| delete(void \*addr) | Object的内存释放函数。 |
