Searched refs:dwBytes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 47 size_t dwBytes); 225 size_t dwBytes) { in INTERCEPTOR_WINAPI() argument 231 return REAL(HeapAlloc)(hHeap, dwFlags, dwBytes); in INTERCEPTOR_WINAPI() 241 void *p = asan_malloc(dwBytes, &stack); in INTERCEPTOR_WINAPI() 301 return reallocFunc(hHeap, dwFlags, lpMem, dwBytes); in SharedReAlloc() 315 replacement_alloc = asan_malloc(dwBytes, &stack); in SharedReAlloc() 368 if (dwBytes == 0) in SharedReAlloc() 369 dwBytes = 1; in SharedReAlloc() 375 void *ptr = asan_realloc(lpMem, dwBytes, &stack); in SharedReAlloc() 390 LPVOID lpMem, size_t dwBytes) { in INTERCEPTOR_WINAPI() argument [all …]
|