Chromium Code Reviews

Side by Side Diff: pydir/sz_clang_dummies.c

Issue 2145213002: Subzero: implemented wrapper script to replace calls to calloc() (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Updated command examples Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 #include <stddef.h>
2
3 void *__asan_dummy_calloc(size_t nmemb, size_t size) {
4 return calloc(nmemb, size);
5 }
OLDNEW
« pydir/sz-clang.py ('K') | « pydir/sz-clang.py ('k') | tests_lit/asan_tests/Input/calloc.c » ('j') | no next file with comments »

Powered by Google App Engine