/[gcl]/gcl/o/gmp.c
ViewVC logotype

Diff of /gcl/o/gmp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.3.4.1 by camm, Fri Aug 29 20:42:00 2003 UTC
# Line 15  static void *gcl_gmp_realloc(void *oldme Line 15  static void *gcl_gmp_realloc(void *oldme
15    old = oldmem;    old = oldmem;
16    bcopy(MP_SELF(big_gcprotect),new,oldsize);    bcopy(MP_SELF(big_gcprotect),new,oldsize);
17    MP_SELF(big_gcprotect)=0;    MP_SELF(big_gcprotect)=0;
18    if (inheap(oldmem)) insert_contblock(oldmem,oldsize);  /* SGC contblock pages: Its possible this is on an old page CM 20030827 */
19      if (inheap(oldmem)) insert_maybe_sgc_contblock(oldmem,oldsize);
20    
21    return new;    return new;
22  }  }
23    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26