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

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp144 tag_alloc = 0x0001, // malloc or reserve record enumerator in enum:MemPointerRecord::MemPointerTags
157 return (flags & tag_masks) == tag_alloc;
177 return (flags & 0x0F) == (tag_alloc | vmBit);
197 inline static MEMFLAGS malloc_tag() { return tag_alloc; }
201 inline static MEMFLAGS virtual_memory_reserve_tag() { return (tag_alloc | vmBit); }
H A DmemSnapshot.hpp56 return (p1->flags() & MemPointerRecord::tag_masks) == MemPointerRecord::tag_alloc ||
177 return (p1->flags() & MemPointerRecord::tag_masks) == MemPointerRecord::tag_alloc ||

Completed in 105 milliseconds