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

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSLibraryResources.r31 resource 'vers' (1, purgeable)
38 resource 'vers' (2, purgeable)
47 resource 'sysz' (0, purgeable) { 2500000 };
49 resource 'BNDL' (128, purgeable, protected) {
68 resource 'FREF' (128, purgeable, protected) {
74 resource 'icl8' (128, purgeable, protected) {
168 resource 'ics#' (128, purgeable) {
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkAboutDlg.r34 resource 'DLOG' (128, "About Box", purgeable) {
45 resource 'DITL' (128, "About Box", purgeable) {
61 resource 'dlgx' (128, "About Box", purgeable) {
68 data 'PICT' (128, purgeable) {
H A DtkMacOSXXCursors.r646 data 'crsr' (3004, "boat", purgeable) {
789 data 'crsr' (3042, "mouse", purgeable) {
816 data 'crsr' (3043, "pencil", purgeable) {
937 data 'crsr' (3075, "watch", purgeable) {
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVExpert.r141 resource 'STR ' (-20774, purgeable)
147 resource 'STR ' (-20775, purgeable)
154 resource 'STR#' ( -20775, "Vendor Names", purgeable)
166 data 'vnid' (-20775, "Vendor IDs", purgeable) {
/macosx-10.10/emacs-93/emacs/mac/src/
H A DEmacs.r89 resource 'WIND' (128, "Window", purgeable) {
99 resource 'WIND' (129, "Terminal window", purgeable) {
109 resource 'WIND' (130, "Dialog window", purgeable) {
119 resource 'ALRT' (128, "About Box", purgeable) {
135 resource 'DITL' (128, purgeable) {
152 resource 'ALRT' (129, "Ram Too Large", purgeable) {
168 resource 'DITL' (129, purgeable) {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.r60 resource 'STR ' (-16397, purgeable) {
73 data 'TEXT' (4000, "pkgIndex", purgeable, preload) {
/macosx-10.10/pdisk-9/
H A Dpdisk.r51 resource 'PDSK' (0, "Owner Resource", purgeable) {
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPurgeableBufferMac.cpp81 bool PurgeableBuffer::makePurgeable(bool purgeable) argument
83 if (purgeable) {
96 // So apparently "purgeable" is the correct spelling and the API here is misspelled.
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPurgeableBuffer.h53 bool makePurgeable(bool purgeable);
/macosx-10.10/top-100.1.2/
H A Dtop.c163 case STATISTIC_PURG: return COMP(a_a->purgeable, a_b->purgeable);
H A Dglobalstats.c546 char purgeable[6]; local
568 if(top_humanize_uinteger(purgeable, sizeof(purgeable), purgeable_result)
577 purgeable, purges,
H A Dlibtop.h221 /* Anonymous/purgeable memory statistics. */
223 uint64_t purgeable; member in struct:libtop_psamp_s
H A Dmemstats.c371 if (top_uinteger_format_mem_result(buf, sizeof(buf), psamp->purgeable, psamp->p_purgeable, 0ULL)) {
H A Dlibtop.c959 // Check whether we got purgeable memory statistics
1596 pinfo->psamp.p_purgeable = pinfo->psamp.purgeable;
1604 pinfo->psamp.purgeable = purgeable_sum;
1616 pinfo->psamp.purgeable = vm_info.purgeable_volatile_resident;
2105 * Get VM info (anonymous, purgeable, and compressed memory).
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp793 // (memory mapped on disk) and purgeable (in memory). So do not allow
794 // disk image cached resources to be purgeable.
802 bool CachedResource::makePurgeable(bool purgeable) argument
804 if (purgeable) {
H A DCachedResource.h240 bool makePurgeable(bool purgeable);
H A DMemoryCache.cpp220 // Add the size back since we had subtracted it when we marked the memory as purgeable.
571 // resource purgeable in makeResourcePurgeable(). So adjust the size if we are evicting a
572 // resource that was not marked as purgeable.
895 bool purgeable = o->isPurgeable() && !purged; local
901 purgeableSize += purgeable ? pageSize : 0;
/macosx-10.10/libauto-186/
H A DSubzone.h243 void set_purgeable(bool purgeable) { _is_purgeable = purgeable; } argument
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c576 uint32_t purgeable, wired, clean, dirty; variable
585 error = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2724 uint32_t purgeable, wired, clean, dirty; local
2768 kr = task_freeze(p->task, &purgeable, &wired, &clean, &dirty, max_pages, &shared, FALSE);
2771 "memorystatus_pages: %d, purgeable: %d, wired: %d, clean: %d, dirty: %d, shared %d, free swap: %d\n",
2773 memorystatus_available_pages, purgeable, wired, clean, dirty, shared, default_pager_swap_pages_free());
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c1639 /* submaps can not be purgeable */
2174 * purgeable objects have their
12614 * Not IOKit or purgeable:
13448 * Object must already be present and be purgeable.
13470 assert(!entry->use_pmap); /* purgeable has its own accounting */
14629 unsigned int purgeable, clean, dirty, wired; local
14638 default_freezer_pack(&purgeable, &wired, &clean, &dirty, dirty_budget, &shared, entry->object.vm_object, NULL);
14640 *purgeable_count += purgeable;
14714 unsigned int purgeable, clean, dirty, wired; local
14717 default_freezer_pack(&purgeable,
[all...]
/macosx-10.10/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c707 /* The purgeable zone constructed by create_purgeable_zone() would like to hand off tiny and small
848 * Mark these NOINLINE to avoid bloating the purgeable zone call backs
1060 boolean_t purgeable = debug_flags & SCALABLE_MALLOC_PURGEABLE; local
1078 if (purgeable) alloc_flags |= VM_FLAGS_PURGABLE;
6121 * Mark these NOINLINE to avoid bloating the purgeable zone call backs
6515 } else if (!(szone->debug_flags & SCALABLE_MALLOC_PURGEABLE) && // purgeable needs fresh allocation
7815 // purgeable zones have their own "large" allocation pool, but share "tiny" and "large"
7922 // and deal with the allocation crossing from the purgeable zone to the helper zone and vice versa.
7927 // allocation crosses from helper to purgeable zone
7937 // allocation crosses from purgeable t
[all...]

Completed in 329 milliseconds