Searched refs:HeapAlloc (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 90 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/ |
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 | 104 void *p = HeapAlloc(GetProcessHeap(), 0, size); in operator new()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size)
|
/external/lzma/C/ |
D | 7zAlloc.c | 57 return HeapAlloc(GetProcessHeap(), 0, size); in SzAllocTemp()
|
/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() 754 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::LinearHistogram::Factory 946 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::BooleanHistogram::Factory 1045 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::CustomHistogram::Factory
|
/external/tensorflow/tensorflow/go/ |
D | operation_test.go | 180 bytesTillGC := mem.NextGC - mem.HeapAlloc + 1
|
/external/python/cpython2/Python/ |
D | thread_nt.h | 138 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
|
/external/python/cpython3/Python/ |
D | thread_nt.h | 187 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 39509 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
|
/external/sqlite/dist/ |
D | sqlite3.c | 39509 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
|