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

/macosx-10.9.5/libauto-185.5/
H A DLarge.cpp51 : _prev(NULL), _next(NULL), _zone(zone), _vm_size(vm_size), _size(size), _layout(layout), _refcount(refcount), _age(age),
114 zone->arena_deallocate((void *)this, _vm_size);
H A DLarge.h59 usword_t _vm_size; // size of the vm allocation member in class:Auto::Large
162 inline usword_t vm_size() const { return _vm_size; }

Completed in 108 milliseconds