test/mpool_tests.c

changeset 219
2df780a4482b
parent 192
1e51558b9d09
child 225
a1a068c2c4ef
equal deleted inserted replaced
218:b20d6088795c 219:2df780a4482b
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include <stdint.h> 29 #include <inttypes.h>
30 30
31 #include "mpool_tests.h" 31 #include "mpool_tests.h"
32 32
33 UCX_TEST(test_ucx_mempool_new) { 33 UCX_TEST(test_ucx_mempool_new) {
34 UcxMempool *pool = ucx_mempool_new(16); 34 UcxMempool *pool = ucx_mempool_new(16);

mercurial