MCPcopy Create free account
hub / github.com/catboost/catboost / y_deallocate

Function y_deallocate

util/system/sys_alloc.h:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18inline void y_deallocate(void* p) {
19 free(p);
20}
21
22/**
23 * Behavior of 'realloc' changed from C++98 to C++11 (http://www.cplusplus.com/reference/cstdlib/realloc/).

Callers 5

~TCompactVectorMethod · 0.85
~TArrayWithSizeHolderMethod · 0.85
ReleaseMethod · 0.85
buffer.cppFile · 0.85
~TBufferMethod · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected