Searched defs:refcount_is_one (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libauto-186/
H A DLarge.cpp61 Large *Large::allocate(Zone *zone, const usword_t size, usword_t layout, bool refcount_is_one) { argument
H A DSubzonePartition.h51 Admin &admin(const size_t size, const usword_t layout, bool refcount_is_one) { argument
H A DAdmin.cpp386 void Admin::mark_allocated(void *address, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local) { argument
646 unsigned Admin::batch_allocate(Thread &thread, size_t &size, const usword_t layout, const bool refcount_is_one, const bool clear, void **results, unsigned num_requested) { argument
689 void *Admin::thread_cache_allocate(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local) { argument
739 void *Admin::find_allocation(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local) { argument
[all...]
H A DSubzone.h694 inline void allocate(usword_t q, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local) { argument
H A DZone.cpp410 void *Zone::allocate_large(Thread &thread, usword_t &size, const usword_t layout, bool clear, bool refcount_is_one) { argument
564 void *Zone::block_allocate(Thread &thread, const size_t size, const usword_t layout, bool clear, bool refcount_is_one) { argument
632 unsigned Zone::batch_allocate(Thread &thread, size_t size, const usword_t layout, bool clear, bool refcount_is_one, void **results, unsigned num_requested) { argument
[all...]

Completed in 130 milliseconds