MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Allocate

Method Allocate

scintilla/src/Document.h:363–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 int NextWordEnd(int pos, int delta);
362 int SCI_METHOD Length() const { return cb.Length(); }
363 void Allocate(int newSize) { cb.Allocate(newSize); }
364 bool MatchesWordOptions(bool word, bool wordStart, int pos, int length);
365 bool HasCaseFolder(void) const;
366 void SetCaseFolder(CaseFolder *pcf_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected