Commit 28abaf5
Add
The `HeapTaggingLevel` enum does not have a typedef alias and thus
generated tests will not compile due to the missing `enum` keyword. As
a result the constants are defined using `i32` to match the signature
for `mallopt`.
See: https://cs.android.com/android/platform/superproject/main/+/main:bionic/libc/include/malloc.h;l=215mallopt and related constants for Android1 parent 5c06810 commit 28abaf5
File tree
2 files changed
+40
-0
lines changed- libc-test/semver
- src/unix/linux_like/android
2 files changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
1329 | 1345 | | |
1330 | 1346 | | |
1331 | 1347 | | |
| |||
3520 | 3536 | | |
3521 | 3537 | | |
3522 | 3538 | | |
| 3539 | + | |
3523 | 3540 | | |
3524 | 3541 | | |
3525 | 3542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3153 | 3153 | | |
3154 | 3154 | | |
3155 | 3155 | | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
3156 | 3176 | | |
3157 | 3177 | | |
3158 | 3178 | | |
| |||
3650 | 3670 | | |
3651 | 3671 | | |
3652 | 3672 | | |
| 3673 | + | |
| 3674 | + | |
| 3675 | + | |
3653 | 3676 | | |
3654 | 3677 | | |
3655 | 3678 | | |
| |||
0 commit comments