Changeset 495 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/13/08 23:56:31 (4 months ago)
Author:
mwhitworth
Message:

Export symbols in slab.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/memory/slab.c

    r465 r495  
    110110} 
    111111 
     112SYMBOL_EXPORT(malloc); 
     113 
    112114/*********************************************************************** 
    113115 * 
     
    166168        cli(); hlt(); 
    167169} 
     170 
     171SYMBOL_EXPORT(free); 
    168172 
    169173/*********************************************************************** 
     
    368372} 
    369373 
     374SYMBOL_EXPORT(MemCacheFree); 
     375 
    370376struct Cache* MemCacheCreate(const char* name,size_t size,Constructor ctor,Destructor dtor,int options) 
    371377{