| 464 | } |
| 465 | bool is_alloced() const { return alloced; } |
| 466 | inline uint32 alloced_length() const { return Alloced_length;} |
| 467 | inline uint32 extra_allocation() const { return extra_alloc;} |
| 468 | inline void extra_allocation(size_t len) { extra_alloc= (uint32)len; } |
| 469 | inline void mark_as_const() { Alloced_length= 0;} |
no outgoing calls
no test coverage detected