Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:freed

84        freed. This improves security by rejecting frees/reallocs that
321 upon a detected overwrite of freed heap space, thus losing the
490 normal freed space already exists it is used instead.) Using mmap
861 freed, free(p) will by default cause the current program to abort.
885 ANSI) and p is NOT freed.
888 space is lopped off and freed if possible. realloc with a size
1081 of which starts out cleared, and can be independently freed,
1089 is itself dynamically allocated and should also be freed when it is
1097 (which should be freed if not wanted).
1099 Each element must be freed when it is no longer needed. This can be
1106 may later need to be freed. For example:
1132 independently freed, realloc'ed etc. The elements are guaranteed to
1139 be freed when it is no longer needed. Otherwise, the chunks array
1146 (which should be freed if not wanted).
1148 Each element must be freed when it is no longer needed. This can be
1189 mspaces are not freed or cleared, and the count of all such pointers
1231 freed. Note that this is the number of bytes allocated, not the
1290 bytes freed. After destruction, the results of access to all memory
1331 free may be called instead of mspace_free because freed chunks from
3834 allows reconstruction of the required argument to MUNMAP when freed,
4706 Consolidate freed chunks with preceeding or succeeding bordering
5497 size_t freed = 0;
5510 freed += size;
5516 return freed;
6056 // save ptrs so they can be freed during cleanup