Home | History | Annotate | Download | only in stdlib

Lines Matching refs:freed

121        freed. This improves security by rejecting frees/reallocs that
295 upon a detected overwrite of freed heap space, thus losing the
456 normal freed space already exists it is used instead.) Using mmap
726 freed, free(p) will by default cause the current program to abort.
750 ANSI) and p is NOT freed.
753 space is lopped off and freed if possible. realloc with a size
859 of which starts out cleared, and can be independently freed,
867 is itself dynamically allocated and should also be freed when it is
875 (which should be freed if not wanted).
877 Each element must be individually freed when it is no longer
887 may later need to be freed. For example:
913 independently freed, realloc'ed etc. The elements are guaranteed to
920 be freed when it is no longer needed. Otherwise, the chunks array
927 (which should be freed if not wanted).
929 Each element must be individually freed when it is no longer
1021 freed. Note that this is the number of bytes allocated, not the
1062 bytes freed. After destruction, the results of access to all memory
1089 free may be called instead of mspace_free because freed chunks from
3157 allows reconstruction of the required argument to MUNMAP when freed,
4205 Consolidate freed chunks with preceeding or succeeding bordering
4470 size_t freed = 0;
4481 freed += size;
4487 return freed;
4894 // save ptrs so they can be freed during cleanup