Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util: remove implicit discard_const_p() from SAFE_FREE() | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 |
| | | | | | | | | This should fix a lot of warnings on IRIX. If callers know what they're doing they can use discard_const_p() on their own. metze | ||||
* | Move discard_const hack to memory.hso it can be used by Samba 3. | Jelmer Vernooij | 2008-10-20 | 1 | -0/+25 |
| | |||||
* | Add extra argument free_on_fail to realloc_array() in Samba 4, as used by ↵ | Jelmer Vernooij | 2008-10-18 | 1 | -8/+0 |
| | | | | Samba 3. | ||||
* | Use the new memory macro file from Samba 3. | Jelmer Vernooij | 2008-10-18 | 1 | -0/+8 |
| | |||||
* | Move some of the memory utility macros to a separate header (for now). | Jelmer Vernooij | 2008-10-18 | 1 | -0/+93 |