Skip to content
Snippets Groups Projects
Commit 7e3b240f authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Comments

parent d5013fc0
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ size_t __e_acsl_get_heap_allocation_size(void)
/*! \brief A variable holding a byte size of tracked heap allocation. */
extern size_t __e_acsl_heap_allocation_size;
/*@ predicate diffSize{L1,L2}(integer i) =
\at(__e_acsl_heap_allocation_size, L1) - \at(__e_acsl_heap_allocation_size, L2) == i;
*/
/*@predicate diffSize{L1,L2}(integer i) =
\at(__e_acsl_heap_allocation_size, L1)
- \at(__e_acsl_heap_allocation_size, L2) == i; */
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment