Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac.c107 hash = (PBYTE)HeapAlloc(GetProcessHeap(), 0, hash_len); in __hmac_sha1_init()
H A Darchive_cryptor.c243 keyObj = (PBYTE)HeapAlloc(GetProcessHeap(), 0, keyObj_len); in aes_ctr_init()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2550 if (MDNode *HeapAlloc = CLI.CB->getMetadata("heapallocsite")) in LowerCall() local
2551 DAG.addHeapAllocSite(Chain.getNode(), HeapAlloc); in LowerCall()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c47460 { "HeapAlloc", (SYSCALL)HeapAlloc, 0 },