This website works better with JavaScript.
Home
Explore
Help
Sign In
p_chinagoldgroup_hand_acid_libs
/
blelib_sdk
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
1
Branch
0
Tags
64 MiB
C
94%
C++
3.6%
Assembly
2.2%
Tree:
7bfc13022e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7bfc13022e'
${ noResults }
blelib_sdk
/
external
/
mbedtls
/
scripts
/
rm-calloc-cast.cocci
7 lines
85 B
Raw
Blame
History
@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)
Reference in new issue