This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed
Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -283,23 +283,31 @@ New libc functions in J (API level 16):
283283
284284libc function count over time:
285285
286- | OS | API level | Function count |
287- | -------| -----------| ----------------|
288- | J | 16 | 842 |
289- | J MR1 | 17 | 870 |
290- | J MR2 | 18 | 878 |
291- | K | 19 | 893 |
292- | L | 21 | 1118 |
293- | M | 23 | 1183 |
294- | N | 24 | 1228 |
295- | O | 26 | 1280 |
296- | P | 28 | 1378 |
297- | Q | 29 | 1394 |
286+ | API level | Function count |
287+ | -----------| ----------------|
288+ | 16 | 842 |
289+ | 17 | 870 |
290+ | 18 | 878 |
291+ | 19 | 893 |
292+ | 21 | 1016 |
293+ | 22 | 1038 |
294+ | 23 | 1103 |
295+ | 24 | 1147 |
296+ | 25 | 1147 |
297+ | 26 | 1199 |
298+ | 27 | 1199 |
299+ | 28 | 1298 |
300+ | 29 | 1312 |
301+ | 30 | 1368 |
302+ | 31 | 1379 |
303+ | 32 | 1379 |
304+ | 33 | 1386 |
305+ | 34 | 1392 |
298306
299307Data collected by:
300308```
301- ndk-r21 $ for i in `ls -1v platforms/android-*/arch-arm/ usr/lib/libc.so` ; do \
302- echo $i; nm $i | grep -w T | wc -l ; done
309+ ndk-r26c $ for i in `ls -1v toolchains/llvm/prebuilt/linux-x86_64/sysroot/ usr/lib/aarch64-linux-android/*/ libc.so` ; \
310+ do echo $i; nm $i | grep -w T | wc -l ; done
303311```
304312
305313### libm
You can’t perform that action at this time.
0 commit comments