This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
embedded
/
owner-nrf52sdk
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
fd41ddea6b
Branches
Tags
master
owner-nrf52sdk
/
nRF5_SDK_15.3.0
/
external
/
mbedtls
/
scripts
/
rm-malloc-cast.cocci
rm-malloc-cast.cocci
79 B
Lịch sử
Raw
1
2
3
4
5
6
7
@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
mbedtls_malloc(n)