1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove malloc references in mbedtls/scripts

This commit is contained in:
Andres Amaya Garcia
2017-07-06 10:34:12 +01:00
parent f2a597fa3d
commit fe9483184f
4 changed files with 11 additions and 81 deletions

View File

@ -0,0 +1,7 @@
@rm_calloc_cast@
expression x, n, m;
type T;
@@
x =
- (T *)
mbedtls_calloc(n, m)