Home
last modified time | relevance | path

Searched refs:dwBytes (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp45 LPVOID WINAPI HeapAlloc(HANDLE hHeap, DWORD dwFlags, size_t dwBytes);
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()
277 HANDLE hHeap, DWORD dwFlags, LPVOID lpMem, size_t dwBytes) { in SharedReAlloc() argument
301 return reallocFunc(hHeap, dwFlags, lpMem, dwBytes); in SharedReAlloc()
313 replacement_alloc = asan_calloc(1, dwBytes, &stack); in SharedReAlloc()
315 replacement_alloc = asan_malloc(dwBytes, &stack); in SharedReAlloc()
331 return reallocFunc(hHeap, dwFlags, lpMem, dwBytes); in SharedReAlloc()
[all …]
/external/mdnsresponder/mDNSWindows/DLL/
Ddllmain.c50 DWORD dwBytes = 0; in IsSystemServiceDisabled() local
65 …ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &res… in IsSystemServiceDisabled()
77 dwBytes = bytesNeeded; in IsSystemServiceDisabled()
79 lpService = ( ENUM_SERVICE_STATUS* ) malloc( dwBytes ); in IsSystemServiceDisabled()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc165 SIZE_T dwBytes) { in INTERCEPTOR_WINAPI() argument
167 void *p = asan_malloc(dwBytes, &stack); in INTERCEPTOR_WINAPI()
186 LPVOID lpMem, SIZE_T dwBytes) { in INTERCEPTOR_WINAPI() argument
192 return asan_realloc(lpMem, dwBytes, &stack); in INTERCEPTOR_WINAPI()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c612 DWORD dwBytes = 0; in CheckFirewall() local
631 …ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &res… in CheckFirewall()
643 dwBytes = bytesNeeded; in CheckFirewall()
645 lpService = ( ENUM_SERVICE_STATUS* ) malloc( dwBytes ); in CheckFirewall()
/external/python/cpython3/Modules/
Doverlapped.c110 sizeof(Py_##x), &dwBytes, NULL, NULL))
121 DWORD dwBytes; in initialize_function_pointers() local