MCPcopy Create free account
hub / github.com/defold/defold / NewContext

Function NewContext

engine/dlib/src/dlib/buffer.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 // Buffer context
78
79 void NewContext()
80 {
81 const uint32_t initial_capacity = 128;
82 g_BufferContext = new BufferContext(initial_capacity);
83 }
84
85 void DeleteContext()
86 {

Callers 4

SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50

Calls

no outgoing calls

Tested by 4

SetUpMethod · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40