Lines Matching refs:oldmem
1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() argument
1649 Void_t* rEALLOc(oldmem, bytes) Void_t* oldmem; size_t bytes; in rEALLOc()
1675 fREe(oldmem);
1683 if (oldmem == NULL) return mALLOc(bytes);
1692 newp = oldp = mem2chunk(oldmem);
1706 if(oldsize - SIZE_SZ >= nb) return oldmem; /* do nothing */
1711 MALLOC_COPY(newmem, oldmem, oldsize - 2*SIZE_SZ);
1776 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1792 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1804 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1827 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1828 fREe(oldmem);