MCPcopy Create free account
hub / github.com/MariaDB/server / is_alloced

Method is_alloced

sql/sql_string.h:465–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 return thread_specific;
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; }

Callers 7

store_fieldMethod · 0.45
val_strMethod · 0.45
store_queryMethod · 0.45
make_empty_resultMethod · 0.45
convert_stringMethod · 0.45
copy_if_not_allocedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected