summaryrefslogtreecommitdiff
path: root/omapip/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* - More version++ to 3.0.4b3 stuff.V3-0-4-BETA-3David Hankins2006-02-221-2/+2
* Backing out rt15075.David Hankins2006-02-151-5/+8
* - Pulling up rt15075 after review by sra. dmalloc() sets the regionDavid Hankins2005-08-261-7/+4
* Merge in rt15060 - 3 security considerations from "infamous42".David Hankins2005-08-111-3/+28
* - Merge in RT13103.David Hankins2004-11-241-5/+8
* - MASSIVE copyright update.David Hankins2004-06-101-28/+19
* - copyright++David Hankins2003-01-141-1/+1
* - Some missing va_ends added in, very old patch from Thomas Klausner.David Hankins2002-11-171-0/+2
* Fix a small think-o that was causing a core dump.Ted Lemon2001-10-301-1/+1
* Add rc_flags argument to omapi_object_type_register.Ted Lemon2001-10-181-16/+20
* - Fix usage of rc_register.Ted Lemon2001-06-221-34/+82
* - Make dump_rc_history specific.Ted Lemon2001-06-201-19/+105
* Clean up a bunch of memory leaks in OMAPITed Lemon2001-05-111-29/+37
* Don't do refcount tracing on dmalloc/dfree unless the user asks for it.Ted Lemon2001-04-161-0/+4
* Theoretically fancier reference count history printer (needs more work)Ted Lemon2001-01-251-10/+65
* - Always decrement the reference count on an object before dereferencing it,Ted Lemon2000-12-281-0/+1
* Call object initializer from omapi_object_initialize if there is one.Ted Lemon2000-10-101-0/+2
* Tweak object dereferencing: I believe dereferencing object chains were notDamien Neil2000-07-101-2/+2
* - Support a per-type allocator that is called prior to trying dmalloc,Ted Lemon2000-07-061-16/+26
* Use object free routine if provided.Ted Lemon2000-07-051-1/+4
* When debugging malloc on an object, be sure it has no special free routine.Ted Lemon2000-06-241-4/+8
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-0/+41
* Add support for omapi_addr_list_t.Ted Lemon2000-05-011-0/+77
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
* Fix up handling of bogus dereferences.Ted Lemon2000-01-271-39/+76
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-12/+13
* When complaining about freeing unknown memory, use the name of the caller.Ted Lemon2000-01-261-1/+1
* Use malloc, not dmalloc, within dmalloc. :')Ted Lemon2000-01-261-1/+1
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-23/+286
* New malloc debug scheme.Ted Lemon2000-01-251-45/+80
* Initialize head of buffers in allocator, just to be sure.Ted Lemon1999-10-191-0/+1
* Seperate public and private object declarations.Ted Lemon1999-10-081-1/+1
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-18/+19
* Debugging sweep, added some new functionalityTed Lemon1999-09-081-5/+11
* Omapi library, initial checkinTed Lemon1999-09-021-0/+443