Searched refs:VM_MEMORY_MALLOC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DDefinitions.h427 inline void *allocate_memory(usword_t size, usword_t alignment = page_size, signed label = VM_MEMORY_MALLOC) { argument
434 case VM_MEMORY_MALLOC: label = VM_MEMORY_APPLICATION_SPECIFIC_1; break; // 240 admin
525 void * allocation = allocate_memory(needed + 2 * page_size, page_size, VM_MEMORY_MALLOC);
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm_statistics.h348 #define VM_MEMORY_MALLOC 1 macro
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c7141 if (entry->alias >= VM_MEMORY_MALLOC &&
11400 case VM_MEMORY_MALLOC:
14019 * - alias == VM_MEMORY_MALLOC
14044 if (entry->alias != VM_MEMORY_MALLOC) {

Completed in 133 milliseconds