mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
AK: Expose the memory offset of Vector's outline buffer pointer
This commit is contained in:
parent
bdce36dddb
commit
0bbf230e4f
1 changed files with 2 additions and 0 deletions
|
@ -811,6 +811,8 @@ public:
|
||||||
AK::swap(at(i), at(size() - i - 1));
|
AK::swap(at(i), at(size() - i - 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static FlatPtr outline_buffer_offset() { return OFFSET_OF(Vector, m_outline_buffer); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void reset_capacity()
|
void reset_capacity()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue