equal
deleted
inserted
replaced
304 * |
304 * |
305 * @since 9.2 |
305 * @since 9.2 |
306 * @param |
306 * @param |
307 * @return |
307 * @return |
308 */ |
308 */ |
309 IMPORT_C static void MemoryManager::CreateFastAllocator(); |
309 IMPORT_C static void CreateFastAllocator(); |
310 |
310 |
311 /** |
311 /** |
312 * Initialize MemoryManager library. Special case if CreateFastAllocator is |
312 * Initialize MemoryManager library. Special case if CreateFastAllocator is |
313 * called from SetupThreadHeap(). |
313 * called from SetupThreadHeap(). |
314 * |
314 * |
315 * @since 9.2 |
315 * @since 9.2 |
316 * @param |
316 * @param |
317 * @return |
317 * @return |
318 */ |
318 */ |
319 IMPORT_C static void MemoryManager::InitFastAllocator(); |
319 IMPORT_C static void InitFastAllocator(); |
320 |
320 |
321 /** |
321 /** |
322 * initialize the OOM handler in the memorypool |
322 * initialize the OOM handler in the memorypool |
323 * @since 9.2 |
323 * @since 9.2 |
324 * @param |
324 * @param |