Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/windows/
Dinit.c137 …processors = HeapAlloc(heap, HEAP_ZERO_MEMORY, processors_count * sizeof(struct cpuinfo_processor)… in cpuinfo_x86_windows_init()
166 processor_infos = HeapAlloc(heap, 0, max_info_size); in cpuinfo_x86_windows_init()
281 cores = HeapAlloc(heap, HEAP_ZERO_MEMORY, cores_count * sizeof(struct cpuinfo_core)); in cpuinfo_x86_windows_init()
288 clusters = HeapAlloc(heap, HEAP_ZERO_MEMORY, packages_count * sizeof(struct cpuinfo_cluster)); in cpuinfo_x86_windows_init()
295 packages = HeapAlloc(heap, HEAP_ZERO_MEMORY, packages_count * sizeof(struct cpuinfo_package)); in cpuinfo_x86_windows_init()
373 l1i = HeapAlloc(heap, HEAP_ZERO_MEMORY, l1i_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init()
381 l1d = HeapAlloc(heap, HEAP_ZERO_MEMORY, l1d_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init()
389 l2 = HeapAlloc(heap, HEAP_ZERO_MEMORY, l2_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init()
397 l3 = HeapAlloc(heap, HEAP_ZERO_MEMORY, l3_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init()
405 l4 = HeapAlloc(heap, HEAP_ZERO_MEMORY, l4_count * sizeof(struct cpuinfo_cache)); in cpuinfo_x86_windows_init()
/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/ltp/testcases/kernel/io/disktest/
Ddefs.h71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size)
/external/lzma/C/
D7zAlloc.c59 return HeapAlloc(GetProcessHeap(), 0, size); in SzAllocTemp()
/external/libchrome/base/metrics/
Dhistogram.cc135 virtual std::unique_ptr<HistogramBase> HeapAlloc(const BucketRanges* ranges) { in HeapAlloc() function in base::Histogram::Factory
211 tentative_histogram = HeapAlloc(registered_ranges); in Build()
837 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::LinearHistogram::Factory
1105 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::BooleanHistogram::Factory
1213 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/tensorflow/tensorflow/go/
Doperation_test.go265 bytesTillGC := mem.NextGC - mem.HeapAlloc + 1
/external/python/cpython3/Python/
Dthread_nt.h192 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
/external/sqlite/dist/
Dsqlite3.c41417 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
/external/sqlite/dist/orig/
Dsqlite3.c41401 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },