mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
memory management for assignment to vector elements
This commit is contained in:
parent
7adcd1b27b
commit
3a59bc1a37
2 changed files with 25 additions and 4 deletions
|
@ -1582,6 +1582,10 @@ private:
|
|||
// the case for empty vectors created using "vector()").
|
||||
bool any_yield;
|
||||
|
||||
// True if this is a vector-of-managed-types, requiring explicit
|
||||
// memory management.
|
||||
bool managed_yield;
|
||||
|
||||
// For heterogeneous vectors, the individual type of each element,
|
||||
// parallel to vector_val. Heterogeneous vectors can arise for
|
||||
// "vector of any" when disparate elements are stored in the vector.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue