Searched refs:dwBytes (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_win.cpp | 45 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/ |
D | dllmain.c | 50 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/ |
D | asan_malloc_win.cc | 165 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/ |
D | Service.c | 612 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/ |
D | overlapped.c | 110 sizeof(Py_##x), &dwBytes, NULL, NULL)) 121 DWORD dwBytes; in initialize_function_pointers() local
|