Home
last modified time | relevance | path

Searched refs:HeapAlloc (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/Windows/
DSecurityUtils.cpp90 PSID pSid = ::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sidLen); in GetSid()
91 …LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc164 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags, in INTERCEPTOR_WINAPI() argument
242 INTERCEPT_UCRT_FUNCTION(HeapAlloc); in ReplaceSystemMalloc()
/external/lzma/CPP/Common/
DNewHandler.cpp104 void *p = HeapAlloc(GetProcessHeap(), 0, size); in operator new()
/external/lzma/C/
D7zAlloc.c57 return HeapAlloc(GetProcessHeap(), 0, size); in SzAllocTemp()
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size)
/external/libchrome/base/metrics/
Dhistogram.cc126 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/python/cpython2/Python/
Dthread_nt.h138 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
/external/sqlite/dist/orig/
Dsqlite3.c38645 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
/external/sqlite/dist/
Dsqlite3.c38645 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },