mirror of
https://github.com/openharmony/third_party_mimalloc.git
synced 2026-07-19 12:52:24 -04:00
90ab4fb696
Signed-off-by: ChenJie <chenjie174@huawei.com>
30 lines
811 B
JSON
30 lines
811 B
JSON
{
|
|
"name": "@ohos/mimalloc",
|
|
"description": "mimalloc is a general purpose allocator with excellent performance characteristics, it is free software available under the MIT License",
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"publishAs": "source",
|
|
"component": {
|
|
"name": "mimalloc",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/mimalloc:libmimalloc_shared",
|
|
"//third_party/mimalloc:libmimalloc_static"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|
|
|