/external/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 87 PSID pSid = ::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sidLen); in GetSid() 88 …LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
D | dxgi_dll.c | 104 rgndata = HeapAlloc(GetProcessHeap(), 0, rgndata_size); in WineDXGIBackend_BeginPresent() 223 struct WineDXGIBackend* backend = HeapAlloc(GetProcessHeap(), 0, sizeof(struct WineDXGIBackend)); in new_WineDXGIBackend()
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_win.cc | 164 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags, in INTERCEPTOR_WINAPI() argument 242 INTERCEPT_UCRT_FUNCTION(HeapAlloc); in ReplaceSystemMalloc()
|
/external/lzma/CPP/Common/ |
D | NewHandler.cpp | 103 void *p = HeapAlloc(GetProcessHeap(), 0, size); in operator new()
|
/external/lzma/C/ |
D | 7zAlloc.c | 57 return HeapAlloc(GetProcessHeap(), 0, size); in SzAllocTemp()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size)
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 126 virtual std::unique_ptr<HistogramBase> HeapAlloc(const BucketRanges* ranges) { in HeapAlloc() function in base::Histogram::Factory 193 tentative_histogram = HeapAlloc(registered_ranges); in Build() 755 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::LinearHistogram::Factory 948 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::BooleanHistogram::Factory 1047 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::CustomHistogram::Factory
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 38486 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
|
/external/sqlite/dist/ |
D | sqlite3.c | 38486 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
|