/[emacs]/emacs/gc/include/private/gcconfig.h
ViewVC logotype

Diff of /emacs/gc/include/private/gcconfig.h

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

revision 1.2.2.1 by fx, Thu Jun 5 18:23:05 2003 UTC revision 1.2.2.2 by fx, Fri Jun 6 09:46:20 2003 UTC
# Line 26  Line 26 
26    
27  # define GCCONFIG_H  # define GCCONFIG_H
28    
29    /* #define GET_MEM(bytes) HBLKPTR((size_t) callocx(1, (size_t)bytes + GC_page_size) + GC_page_size-1) */
30    
31  /* Machine dependent parameters.  Some tuning parameters can be found   */  /* Machine dependent parameters.  Some tuning parameters can be found   */
32  /* near the top of gc_private.h.                                        */  /* near the top of gc_priv.h.                                   */
33    
34  /* Machine specific parts contributed by various people.  See README file. */  /* Machine specific parts contributed by various people.  See README file. */
35    
# Line 2020  Line 2022 
2022          /* though we should perhaps take advantage of the case in which */          /* though we should perhaps take advantage of the case in which */
2023          /* does.                                                        */          /* does.                                                        */
2024          struct hblk;    /* See gc_priv.h.       */          struct hblk;    /* See gc_priv.h.       */
2025    # ifndef GET_MEM
2026  # ifdef PCR  # ifdef PCR
2027              char * real_malloc();              char * real_malloc();
2028  #   define GET_MEM(bytes) HBLKPTR(real_malloc((size_t)bytes + GC_page_size) \  #   define GET_MEM(bytes) HBLKPTR(real_malloc((size_t)bytes + GC_page_size) \
# Line 2079  Line 2082 
2082  #     endif  #     endif
2083  #   endif  #   endif
2084  # endif  # endif
2085    # endif /* GET_MEM */
2086    
2087  #endif /* GC_PRIVATE_H */  #endif /* GC_PRIVATE_H */
2088    

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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