/** * Copyright (C) Mellanox Technologies Ltd. 2016. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #ifndef UCM_ALLOCATOR_H_ #define UCM_ALLOCATOR_H_ #if HAVE_UCM_PTMALLOC286 #include #else #error "No memory allocator is defined" #endif #endif /* UCM_ALLOCATOR_H_ */