# kunpeng_malloc_lib **Repository Path**: sunlock0653/kunpeng_malloc_libk ## Basic Information - **Project Name**: kunpeng_malloc_lib - **Description**: 鲲鹏版本的glibc关于mem操作的补丁代码 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-16 - **Last Updated**: 2024-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README how to build: gcc *.S -march=armv8-a -fPIC -shared -o libkunpeng.so how to use: LD_PRELOAD=./libkunpeng.so ./demo-test