MCPcopy Create free account
hub / github.com/creatale/node-dv / bin

Method bin

deps/opencv/modules/core/src/alloc.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189 }
190 int bin(size_t size)
191 {
192 assert( size <= MAX_BLOCK_SIZE );
193 return binIdx[(size + 7)>>3];
194 }
195
196 MallocTables()
197 {

Callers 2

initMethod · 0.80
fastMallocFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected