Changeset 495 for Whitix/branches/hybrid
- Timestamp:
- 05/13/08 23:56:31 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/memory/slab.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/memory/slab.c
r465 r495 110 110 } 111 111 112 SYMBOL_EXPORT(malloc); 113 112 114 /*********************************************************************** 113 115 * … … 166 168 cli(); hlt(); 167 169 } 170 171 SYMBOL_EXPORT(free); 168 172 169 173 /*********************************************************************** … … 368 372 } 369 373 374 SYMBOL_EXPORT(MemCacheFree); 375 370 376 struct Cache* MemCacheCreate(const char* name,size_t size,Constructor ctor,Destructor dtor,int options) 371 377 {
