HeapAlloc         114 TSRM/tsrm_win32.c 		bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, strlen(pathname) + 1);
HeapAlloc         126 TSRM/tsrm_win32.c 	bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, strlen(pathname) + strlen(ptcSid) + 1);
HeapAlloc         157 TSRM/tsrm_win32.c 		pTokenUser = (PTOKEN_USER)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, dwLength);
HeapAlloc         266 Zend/zend_alloc.c 	return (zend_mm_segment*) HeapAlloc((HANDLE)storage->data, HEAP_NO_SERIALIZE, size);
HeapAlloc        33956 ext/sqlite3/libsqlite/sqlite3.c   { "HeapAlloc",               (SYSCALL)HeapAlloc,               0 },