/[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.4.1 by camm, Fri Aug 29 20:42:00 2003 UTC revision 1.3.4.1.2.1 by camm, Fri Sep 5 21:31:43 2003 UTC
# Line 16  static void *gcl_gmp_realloc(void *oldme Line 16  static void *gcl_gmp_realloc(void *oldme
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  /* SGC contblock pages: Its possible this is on an old page CM 20030827 */  /* SGC contblock pages: Its possible this is on an old page CM 20030827 */
19    if (inheap(oldmem)) insert_maybe_sgc_contblock(oldmem,oldsize);    if (inheap(oldmem))
20    #ifdef SGC
21        insert_maybe_sgc_contblock(oldmem,oldsize);
22    #else
23        insert_contblock(oldmem,oldsize);
24    #endif
25    
26    return new;    return new;
27  }  }

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

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