Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (more_memory): Use assert_perror instead of MACH_CALL. | Miles Bader | 1996-06-06 | 1 | -6/+13 |
| | | | | "cthread_internals.h": Include removed. | ||||
* | (realloc): | Miles Bader | 1996-03-07 | 1 | -9/+32 |
| | | | | | | | | Use LOG2_MIN_SIZE. Don't bother allocating a new block if the new size request fits in the old one and doesn't waste any space. Only free the old block if we successfully got a new one. (LOG2_MIN_SIZE): New macro. | ||||
* | [MCHECK] (struct header): New type. | Miles Bader | 1996-03-06 | 1 | -13/+67 |
| | | | | | | | | (union header): Only define if !MCHECK. (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. [MCHECK] (MIN_SIZE): Add correct definition for this case. (more_memory, malloc, free, realloc): Use above macros, and add appropiate checks & frobs in MCHECK case. | ||||
* | entered into RCS | Roland McGrath | 1994-05-05 | 1 | -6/+10 |
| | |||||
* | Formerly malloc.c.~3~ | Michael I. Bushnell | 1994-04-06 | 1 | -1/+2 |
| | |||||
* | Formerly malloc.c.~2~ | Michael I. Bushnell | 1994-01-22 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1992-10-06 | 1 | -0/+349 |