Bill Currie
|
4cab5b90e6
|
new cache allocation scheme. still a couple warts, but at least now there's something to work with, and more importantly, there won't be cache movement anywhere near as often.
|
2007-03-28 13:09:49 +00:00 |
|
Bill Currie
|
e5b972529b
|
take a chainsaw to the existing code, cleaning out anything that's obviously unnecessary. preparation for the cache re-write
|
2007-03-28 09:52:01 +00:00 |
|
Bill Currie
|
818756ace5
|
add a debug function
|
2007-03-23 12:36:55 +00:00 |
|
Bill Currie
|
6fbddc3d43
|
so that's the right way to do groups and subgroups...
|
2006-12-05 11:40:00 +00:00 |
|
Bill Currie
|
2488465bc9
|
resurrect Z_Print.
This is an imperfect revision of history.
|
2004-11-14 00:49:00 +00:00 |
|
Bill Currie
|
8770df39e5
|
start documenting things (progs building still borked)
This is an imperfect revision of history.
|
2004-11-08 23:27:00 +00:00 |
|
Bill Currie
|
ca4b3acd6c
|
big protototype cleanup. Now, except for a few cases, all non-static
prototypes are in headers files.
|
2002-11-05 19:12:51 +00:00 |
|
Bill Currie
|
a7b5b56a2c
|
implement Z_Realloc, PR_Zone_Realloc and pr_obj_realloc
|
2002-05-29 20:58:53 +00:00 |
|
Bill Currie
|
ad8b5670e2
|
prototype Z_ClearZone
|
2002-01-23 22:34:46 +00:00 |
|
Adam Olsen
|
9ab9764b7a
|
- Change QA_alloc to use variable-arguments, allowing for a much more
extensible interface.
|
2001-09-05 18:23:38 +00:00 |
|
Adam Olsen
|
f1a016c8a5
|
- Refine the Cache_Get callback, to use a void * instead of a char *
- Switch alias models over to Cache_Get/Cache_Release
|
2001-08-31 12:22:45 +00:00 |
|
Adam Olsen
|
6cab8cf4e0
|
- change Cache_Get calls to Cache_TryGet (which I just added), so they
can tollerate failure.
- minor error message tweak (an emptry string is not NULL!)
|
2001-08-31 03:48:26 +00:00 |
|
Adam Olsen
|
e149094bd2
|
- rename Qalloc and friends to QA_alloc
- add a QA_strdup
- add Cache_{Add,Remove,Get,Release}, for the locking version of the
cache
- Convert libs/audio/* over to locking cache functions
|
2001-08-30 11:37:50 +00:00 |
|
Adam Olsen
|
f423b8a8e0
|
Preliminary Qalloc implimentation. Not yet used.
|
2001-08-29 04:52:03 +00:00 |
|
Bill Currie
|
13ecebd6a0
|
make Z_Malloc and friends more useful by allowing multiple zones
|
2001-08-28 05:21:30 +00:00 |
|
Bill Currie
|
2f9fd74a31
|
zone.c gets its name back
|
2001-08-28 04:24:40 +00:00 |
|
Bill Currie
|
1c9e1b176f
|
fear the mighty const correct patch
|
2001-07-15 07:04:17 +00:00 |
|
Bill Currie
|
f78b973978
|
move the api headers into include/QF and clean up (most of) the resulting mess.
target specific files that I don't build won't compile yet. just put QF/
infront of the offending headers.
Also move ver_check into libqfutils
|
2001-03-27 20:33:07 +00:00 |
|