summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+4
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-1/+1
2001-07-02Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison1-0/+8
2001-06-22Spelling fix.Tim Potter1-1/+1
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-7/+1
2001-05-11Added talloc_strdup() funcion.Tim Potter1-0/+6
2001-03-23Added Gerald's fixes.Jeremy Allison1-1/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell1-29/+36
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-0/+13
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-0/+22
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-0/+5
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-25/+26
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-1/+8
2000-06-26fixed size alignment in tallocAndrew Tridgell1-2/+2
2000-01-11Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison1-1/+1
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+96