Searched defs:heap_allocated (Results 1 – 2 of 2) sorted by relevance
77 bool heap_allocated() const { return heap_allocated_; } in heap_allocated() function92 explicit StringBlock(StringBlock* next, bool heap_allocated, size_type size, in StringBlock()
123 void* heap_allocated; member