Searched refs:current_memory_usage_ (Results 1 – 3 of 3) sorted by relevance
90 base::Relaxed_AtomicIncrement(¤t_memory_usage_, bytes); in AllocateSegment()110 base::Relaxed_AtomicIncrement(¤t_memory_usage_, in FreeSegment()117 return base::Relaxed_Load(¤t_memory_usage_); in GetCurrentMemoryUsage()
80 base::AtomicWord current_memory_usage_ = 0; variable
3058 current_memory_usage_(0) {} in Serializer()3135 current_memory_usage_ += size; in ReallocateBufferMemory()3136 if (current_memory_usage_ > kMaxSerializerMemoryUsage) return nullptr; in ReallocateBufferMemory()3210 size_t current_memory_usage_; member in v8::Serializer