Searched refs:HeapAlloc (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | ftsystem.c | 71 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/ |
D | ftsystem.c | 71 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/ |
D | thread_nt.h | 199 obj = (callobj*)HeapAlloc(GetProcessHeap(), 0, sizeof(*obj)); in PyThread_start_new_thread()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 309 #define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 351 void* pMem = HeapAlloc(GetProcessHeap(), 0, static_cast<SIZE_T>(MemToAlloc));
|
/third_party/freetype/ |
D | ChangeLog | 2678 Wrap HeapAlloc, HeapReAlloc, and HeapFree.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4285 if (MDNode *HeapAlloc = CLI.CS->getMetadata("heapallocsite")) in LowerCall() local 4286 DAG.addHeapAllocSite(Chain.getNode(), HeapAlloc); in LowerCall()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 45735 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },
|