Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/builds/windows/
Dftsystem.c71 return HeapAlloc( memory->user, 0, size ); in ft_alloc()
406 memory = heap ? (FT_Memory)HeapAlloc( heap, 0, sizeof ( *memory ) ) in FT_New_Memory()
/third_party/freetype/builds/windows/
Dftsystem.c71 return HeapAlloc( memory->user, 0, size ); in ft_alloc()
469 memory = heap ? (FT_Memory)HeapAlloc( heap, 0, sizeof ( *memory ) ) in FT_New_Memory()
/third_party/python/Python/
Dthread_nt.h199 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c309 #define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp351 void* pMem = HeapAlloc(GetProcessHeap(), 0, static_cast<SIZE_T>(MemToAlloc));
/third_party/freetype/
DChangeLog2678 Wrap HeapAlloc, HeapReAlloc, and HeapFree.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4285 if (MDNode *HeapAlloc = CLI.CS->getMetadata("heapallocsite")) in LowerCall() local
4286 DAG.addHeapAllocSite(Chain.getNode(), HeapAlloc); in LowerCall()
/third_party/sqlite/src/
Dsqlite3.c45735 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },