Searched refs:batch_allocate_from_freelist_slot_no_lock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libauto-186/
H A DAdmin.h68 unsigned batch_allocate_from_freelist_slot_no_lock(usword_t cache_slot, usword_t quantum_size, const bool clear, void **results, unsigned num_requested);
H A DAdmin.cpp569 unsigned Admin::batch_allocate_from_freelist_slot_no_lock(usword_t cache_index, usword_t requested_size, const bool clear, void **results, unsigned num_requested) { function in class:Auto::Admin
659 count += batch_allocate_from_freelist_slot_no_lock(cache_index, size, clear, &results[count], num_requested - count);
664 count += batch_allocate_from_freelist_slot_no_lock(0, size, clear, &results[count], num_requested - count);

Completed in 74 milliseconds