0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use ARRAYSIZE instead of sizeof. More... almost 18 years ago
Correct the argument names and casing of ''service'' in the help message. More... almost 18 years ago
Display the system error message on failures. More... almost 18 years ago
Add a ''system.h'' that includes all necessary system headers and utilities. More... almost 18 years ago
Added a utility function for retrieving a message explaining a system error code. More... almost 18 years ago
Have ''DisplayHelp'' wrap the ''DisplaySuccess'' function to simplify it. More... almost 18 years ago
Command-line argument parser: More... almost 18 years ago
Rename cache functions to remove ambiguity. More... almost 18 years ago
Use the fastcall calling convention in all builds. More... almost 18 years ago
Define all comparison functions to use the C calling convention (cdecl). More... almost 18 years ago
Correct the memory leaks caused by not freeing the ring, key, and value vector pointers. More... almost 18 years ago
Dump the configuration tree to the debugger on shutdown. More... almost 18 years ago
Further updates to the configuration parser: More... almost 18 years ago
New configuration parser, this parser does not suffer from the problems of its predecessor. More... almost 18 years ago
The QuickInsert and QuickDelete functions should operate on ULONGs instead of INTs. More... almost 18 years ago
Revert the previous commit, to keep behaviour consistent with !HeapReAlloc. More... almost 18 years ago
Correct a memory leak on failed reallocations. More... almost 18 years ago
Since bsearch returns an address right to the key we need, there's no need to cast it to a vector and then reference the first vector element. More... almost 18 years ago
Configuration parser changes: More... almost 18 years ago
Added a few useful macros. More... almost 18 years ago
Correct the previous commit, the check should only take place when the bucket-size is used. More... almost 18 years ago
Make sure the amount returned by GetBucketSize is never less than the client amount More... almost 18 years ago
Comment clean-up. More... almost 18 years ago
Prevent a recursive PoolAllocate call when creating the local thread pool since InstallThreadDestructor also registers memory. More... almost 18 years ago
Make the compile-time message more noticeable. More... almost 18 years ago
Change compile time options for allocators, so debug/limited/pool allocators can be used for anything. More... almost 18 years ago
Re-implement bucket allocator, correcting its earlier design flaws. More... almost 18 years ago
Guard byte to check for buffer under-runs. More... almost 18 years ago
Add the ability to register destructor callbacks for threads. This will be used for implementing per-thread memory pools. More... almost 18 years ago
Improved comments and consistency of variable/parameter names for worker threads. More... almost 18 years ago