search for: heap_xxx

Displaying 4 results from an estimated 4 matches for "heap_xxx".

2017 Mar 03
0
Wine release 2.3
...hange messages when needed. François Gouget (24): odbccp32: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). netprofm: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). msident: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). hlink: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. dnsapi: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. user32/tests: Occasional spelling fixes in comments. msxml3: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. dwrite: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. urlmo...
2017 Feb 17
0
Wine release 2.2
...et/tests: Don't hardcode paths. dxgi: Silence a noisy fixme. include: Correct value passed to __WINE_ALLOC_SIZE. dpnet: Use registry lookup in EnumServiceProviders. dpnet: Implement IDirectPlay8Client EnumServiceProviders. dpnet: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. dpnet/tests: Add IDirectPlay8Client EnumHost tests. dpnet/tests: Initial IDirectPlay8ThreadPool tests. dpnet/tests: Add IDirectPlay8Peer EnumHost Tests. winnt.h: Implement RtlSecureZeroMemory. dpnet: Add basic validation in IDirectPlay8Client EnumHosts....
2017 Mar 17
0
Wine release 2.4
...webservices: Don't set is_addressed when an error occurred. webservices: Return the correct HRESULT on error. webservices: Fix uninitialized variable in WsWriteArray. server: Explicitly mark memory as undefined in mem_alloc wrapper. schedsvc: Simplify and standardize the heap_xxx() declarations. bcrypt: Unify the object length handling. bcrypt: Return error when requesting BCRYPT_HASH_LENGTH for unsupported object. bcrypt/tests: Move common tests to a helper function. bcrypt/tests: Add basic tests for BCryptDuplicateHash. bcrypt: Remove a FIXME...
2009 May 22
0
Wine release 1.1.22
...pare,Find}() are unused so remove them. shell32: Make AboutDlgProc() and SHELL_execute() static. winapi_test: Simplify the code that builds the list of headers to process. dplayx: cbDelete{Groups,Player}Elem() are unused so remove them. winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). winetest: Replace malloc() & co with HeapAlloc(). advapi32/tests: Replace realloc() with HeapReAlloc(). gphoto2.ds: Use Win32 APIs instead of strdup(). mstask/tests: Replace realloc() with HeapReAlloc()....