Home | History | Annotate | Download | only in src

Lines Matching defs:freed

85        freed. This improves security by rejecting frees/reallocs that
259 upon a detected overwrite of freed heap space, thus losing the
420 normal freed space already exists it is used instead.) Using mmap
682 freed, free(p) will by default cause the current program to abort.
706 ANSI) and p is NOT freed.
709 space is lopped off and freed if possible. realloc with a size
815 of which starts out cleared, and can be independently freed,
823 is itself dynamically allocated and should also be freed when it is
831 (which should be freed if not wanted).
833 Each element must be individually freed when it is no longer
843 may later need to be freed. For example:
869 independently freed, realloc'ed etc. The elements are guaranteed to
876 be freed when it is no longer needed. Otherwise, the chunks array
883 (which should be freed if not wanted).
885 Each element must be individually freed when it is no longer
977 freed. Note that this is the number of bytes allocated, not the
1018 bytes freed. After destruction, the results of access to all memory
1045 free may be called instead of mspace_free because freed chunks from
3145 allows reconstruction of the required argument to MUNMAP when freed,
4195 Consolidate freed chunks with preceeding or succeeding bordering
4460 size_t freed = 0;
4471 freed += size;
4477 return freed;
4884 // save ptrs so they can be freed during cleanup