Searched refs:VM_MEMORY_MALLOC_SMALL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DRegion.cpp63 allocation_address = allocate_memory(allocation_size, subzone_quantum, VM_MEMORY_MALLOC_SMALL);
H A DDefinitions.h435 case VM_MEMORY_MALLOC_SMALL: label = VM_MEMORY_APPLICATION_SPECIFIC_1 + 1; break; // 241 small/med
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h355 #define VM_MEMORY_MALLOC_SMALL 2 macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c12083 case VM_MEMORY_MALLOC_SMALL:
14824 entry->alias != VM_MEMORY_MALLOC_SMALL) {
14863 if (entry->alias == VM_MEMORY_MALLOC_SMALL &&
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c5151 fresh_region = allocate_pages_securely(szone, SMALL_REGION_SIZE, SMALL_BLOCKS_ALIGN, VM_MEMORY_MALLOC_SMALL);

Completed in 339 milliseconds