/**
* Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED.
* Copyright (C) UT-Battelle, LLC. 2014. ALL RIGHTS RESERVED.
* See file LICENSE for terms.
*/
/** @file memtrack.h */
/**
* Track custom allocation. Need to be called after custom allocation returns.
*/
void ;
/**
* Track release of custom allocation. Need to be called before actually
* releasing the memory.
*/
void ;
/* UCS_MEMTRACK_H_ */