File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66/* By: cnatanae <cnatanae@student.42sp.org.br> +#+ +:+ +#+ */
77/* +#+#+#+#+#+ +#+ */
88/* Created: 2024/11/11 14:43:44 by cnatanae #+# #+# */
9- /* Updated: 2025/02/08 16:25:49 by cnatanae ### ########.fr */
9+ /* Updated: 2025/02/08 16:59:36 by cnatanae ### ########.fr */
1010/* */
1111/* ************************************************************************** */
1212
Original file line number Diff line number Diff line change 66/* By: cnatanae <cnatanae@student.42sp.org.br> +#+ +:+ +#+ */
77/* +#+#+#+#+#+ +#+ */
88/* Created: 2024/12/06 10:25:51 by cnatanae #+# #+# */
9- /* Updated: 2025/02/06 12:45:50 by cnatanae ### ########.fr */
9+ /* Updated: 2025/02/08 16:38:29 by cnatanae ### ########.fr */
1010/* */
1111/* ************************************************************************** */
1212
@@ -22,6 +22,7 @@ typedef struct s_pool
2222{
2323 size_t used ;
2424 size_t size ;
25+ size_t saved_point ;
2526 void * mem ;
2627} t_pool ;
2728
You can’t perform that action at this time.
0 commit comments