This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
embedded
/
owner-nrf52sdk
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
c1d97a59f9
Ramos
Etiquetas
master
owner-nrf52sdk
/
nRF5_SDK_15.3.0
/
external
/
mbedtls
/
scripts
/
rm-malloc-cast.cocci
rm-malloc-cast.cocci
79 B
Histórico
Em bruto
1
2
3
4
5
6
7
@rm_malloc_cast@
expression x, n;
type T;
@@
x =
- (T *)
mbedtls_malloc(n)