Changeset 1135 for trunk/xcache/xc_shm.c

Show
Ignore:
Timestamp:
08/09/2012 11:04:02 AM (9 months ago)
Author:
moo
Message:

refactor: s/mem/allocator/

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11acinclude.m4 
        22aclocal.m4 
         3allocator_test 
        34autom4te.cache 
        45build 
         
        1617conftest.c 
        1718.deps 
         19devel.fpm 
        1820devel.ini 
        1921devel.php 
        20 devel.fpm 
        2122.gdb_history 
        2223include 
  • trunk/xcache/xc_shm.c

    r982 r1135  
    2323void xc_shm_init_modules() /* {{{ */ 
    2424{ 
    25     extern void xc_shm_mem_init(); 
     25    extern void xc_allocator_init(); 
    2626#ifdef HAVE_XCACHE_TEST 
    2727    extern void xc_shm_malloc_register(); 
     
    3030 
    3131    memset(xc_shm_schemes, 0, sizeof(xc_shm_schemes)); 
    32     xc_shm_mem_init(); 
     32    xc_allocator_init(); 
    3333#ifdef HAVE_XCACHE_TEST 
    3434    xc_shm_malloc_register();