Home | History | Annotate | Download | only in src

Lines Matching defs:capacity_executable_

969     if (capacity_executable_ < size_executable_) return 0;
970 return capacity_executable_ - size_executable_;
1053 size_t capacity_executable_;