Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion include/umf/pools/pool_disjoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
*
*/

#pragma once
#ifndef UMF_DISJOINT_MEMORY_POOL_H
#define UMF_DISJOINT_MEMORY_POOL_H 1
Comment thread
lukaszstolarczuk marked this conversation as resolved.

#ifdef __cplusplus
extern "C" {
#endif
Expand Down Expand Up @@ -118,3 +120,5 @@ const umf_memory_pool_ops_t *umfDisjointPoolOps(void);
#ifdef __cplusplus
}
#endif

#endif /* UMF_DISJOINT_MEMORY_POOL_H */
Loading