This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
embedded
/
owner-nrf52sdk
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c1d97a59f9
Rami (Branch)
Tag
master
owner-nrf52sdk
/
nRF5_SDK_15.2.0
/
external
/
mbedtls
/
scripts
/
rm-malloc-cast.cocci
rm-malloc-cast.cocci
79 B
Cronologia
Originale
1
2
3
4
5
6
7
@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
mbedtls_malloc(n)