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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DTCSystemAlloc.cpp256 static off_t physmem_base; // next physical memory address to allocate local
276 physmem_base = FLAGS_malloc_devmem_start*1024LL*1024LL;
298 if (physmem_limit != 0 && physmem_base + size + extra > physmem_limit) {
303 MAP_SHARED, physmem_fd, physmem_base);
325 physmem_base += adjust + size;

Completed in 161 milliseconds