- 15 8月, 2023 1 次提交
-
-
由 wonghiu45 提交于
Issue: https://gitee.com/openharmony/third_party_musl/issues/I7TGMA Test: Build & Boot devices Signed-off-by: Nwonghiu45 <huangxiao35@huawei.com> Change-Id: I9feaebd83c42679729998ed5740de9f58bf05b74
-
- 30 5月, 2023 1 次提交
-
-
由 r00490903 提交于
Provides memory cache management interfaces for third-party applications. Issue: I79COU Test:Build & Boot devices Signed-off-by: Ngoblinrs <renshang@huawei.com>
-
- 13 12月, 2022 1 次提交
-
-
由 sosnin-vladimir 提交于
Revert the NDK API changes of mallinfo/mallinfo2 because they aren't yet approved. The respective new API is still available for internal use via the porting layer. Signed-off-by: Nsosnin-vladimir <sosninvladimir@huawei.com>
-
- 30 11月, 2022 1 次提交
-
-
由 olefirenque 提交于
Add malloc_info, malloc_stats_print, mallinfo2, malloc_iterate, malloc_enable, malloc_disable, malloc_backtrace, mallopt to musl memory allocator Signed-off-by: Nolefirenque <olefirenko.egor@huawei-partners.com>
-
- 15 11月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
-
- 07 11月, 2022 1 次提交
-
-
由 olefirenque 提交于
Signed-off-by: Nolefirenque <olefirenko.egor@huawei-partners.com>
-
- 13 10月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
-
- 11 10月, 2022 1 次提交
-
-
由 olefirenque 提交于
Signed-off-by: Nolefirenque <olefirenko.egor@huawei-partners.com>
-
- 15 7月, 2022 1 次提交
-
-
由 maweiye 提交于
Signed-off-by: Nmaweiye <maweiye@huawei.com>
-
- 06 7月, 2022 1 次提交
-
-
由 maweiye 提交于
Signed-off-by: Nmaweiye <maweiye@huawei.com>
-
- 18 1月, 2022 1 次提交
-
-
由 Wang xiaoyuan 提交于
Signed-off-by: NWang xiaoyuan <wangxiaoyuan6@huawei.com>
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 26 8月, 2014 1 次提交
-
-
由 Rich Felker 提交于
this function is needed for some important practical applications of ABI compatibility, and may be useful for supporting some non-portable software at the source level too. I was hesitant to add a function which imposes any constraints on malloc internals; however, it turns out that any malloc implementation which has realloc must already have an efficient way to determine the size of existing allocations, so no additional constraint is imposed. for now, some internal malloc definitions are duplicated in the new source file. if/when malloc is refactored to put them in a shared internal header file, these could be removed. since malloc_usable_size is conventionally declared in malloc.h, the empty stub version of this file was no longer suitable. it's updated to provide the standard allocator functions, nonstandard ones (even if stdlib.h would not expose them based on the feature test macros in effect), and any malloc-extension functions provided (currently, only malloc_usable_size).
-
- 12 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-