Skip to content

Commit ff96680

Browse files
committed
Applied feedback for Socket, now receiving halfword directly
1 parent 54f70e9 commit ff96680

33 files changed

+622
-624
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
==00:00:00:00.000 36326== Memcheck, a memory error detector
2-
==00:00:00:00.000 36326== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36326== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36326== Command: ./client 127.0.0.1 1501
5-
==00:00:00:00.000 36326== Parent PID: 36324
6-
==00:00:00:00.000 36326==
7-
==00:00:00:10.027 36326==
8-
==00:00:00:10.027 36326== FILE DESCRIPTORS: 5 open (3 std) at exit.
9-
==00:00:00:10.027 36326== Open file descriptor 63:
10-
==00:00:00:10.027 36326== <inherited from parent>
11-
==00:00:00:10.027 36326==
12-
==00:00:00:10.027 36326== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/01_single_player_shoot_exit/__client_0_valgrind__
13-
==00:00:00:10.027 36326== <inherited from parent>
14-
==00:00:00:10.027 36326==
15-
==00:00:00:10.028 36326==
16-
==00:00:00:10.028 36326== HEAP SUMMARY:
17-
==00:00:00:10.028 36326== in use at exit: 0 bytes in 0 blocks
18-
==00:00:00:10.028 36326== total heap usage: 36 allocs, 36 frees, 92,771 bytes allocated
19-
==00:00:00:10.028 36326==
20-
==00:00:00:10.028 36326== All heap blocks were freed -- no leaks are possible
21-
==00:00:00:10.028 36326==
22-
==00:00:00:10.028 36326== For lists of detected and suppressed errors, rerun with: -s
23-
==00:00:00:10.028 36326== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 51616== Memcheck, a memory error detector
2+
==00:00:00:00.000 51616== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 51616== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 51616== Command: ./client 127.0.0.1 1501
5+
==00:00:00:00.000 51616== Parent PID: 51613
6+
==00:00:00:00.000 51616==
7+
==00:00:00:10.026 51616==
8+
==00:00:00:10.026 51616== FILE DESCRIPTORS: 5 open (3 std) at exit.
9+
==00:00:00:10.026 51616== Open file descriptor 63:
10+
==00:00:00:10.026 51616== <inherited from parent>
11+
==00:00:00:10.026 51616==
12+
==00:00:00:10.026 51616== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/01_single_player_shoot_exit/__client_0_valgrind__
13+
==00:00:00:10.026 51616== <inherited from parent>
14+
==00:00:00:10.026 51616==
15+
==00:00:00:10.026 51616==
16+
==00:00:00:10.026 51616== HEAP SUMMARY:
17+
==00:00:00:10.026 51616== in use at exit: 0 bytes in 0 blocks
18+
==00:00:00:10.026 51616== total heap usage: 36 allocs, 36 frees, 92,771 bytes allocated
19+
==00:00:00:10.026 51616==
20+
==00:00:00:10.026 51616== All heap blocks were freed -- no leaks are possible
21+
==00:00:00:10.026 51616==
22+
==00:00:00:10.026 51616== For lists of detected and suppressed errors, rerun with: -s
23+
==00:00:00:10.026 51616== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 36324 10
1+
0 51613 10
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
==00:00:00:00.000 36277== Memcheck, a memory error detector
2-
==00:00:00:00.000 36277== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36277== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36277== Command: ./server 1500
5-
==00:00:00:00.000 36277== Parent PID: 36275
6-
==00:00:00:00.000 36277==
7-
==00:00:00:11.062 36277==
8-
==00:00:00:11.062 36277== FILE DESCRIPTORS: 5 open (3 std) at exit.
9-
==00:00:00:11.062 36277== Open file descriptor 63:
10-
==00:00:00:11.062 36277== <inherited from parent>
11-
==00:00:00:11.062 36277==
12-
==00:00:00:11.062 36277== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/01_single_player_shoot_exit/__server_valgrind__
13-
==00:00:00:11.062 36277== <inherited from parent>
14-
==00:00:00:11.062 36277==
15-
==00:00:00:11.062 36277==
16-
==00:00:00:11.062 36277== HEAP SUMMARY:
17-
==00:00:00:11.062 36277== in use at exit: 0 bytes in 0 blocks
18-
==00:00:00:11.062 36277== total heap usage: 164 allocs, 164 frees, 105,737 bytes allocated
19-
==00:00:00:11.062 36277==
20-
==00:00:00:11.062 36277== All heap blocks were freed -- no leaks are possible
21-
==00:00:00:11.062 36277==
22-
==00:00:00:11.062 36277== For lists of detected and suppressed errors, rerun with: -s
23-
==00:00:00:11.062 36277== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 51582== Memcheck, a memory error detector
2+
==00:00:00:00.000 51582== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 51582== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 51582== Command: ./server 1500
5+
==00:00:00:00.000 51582== Parent PID: 51580
6+
==00:00:00:00.000 51582==
7+
==00:00:00:10.860 51582==
8+
==00:00:00:10.860 51582== FILE DESCRIPTORS: 5 open (3 std) at exit.
9+
==00:00:00:10.860 51582== Open file descriptor 63:
10+
==00:00:00:10.860 51582== <inherited from parent>
11+
==00:00:00:10.860 51582==
12+
==00:00:00:10.860 51582== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/01_single_player_shoot_exit/__server_valgrind__
13+
==00:00:00:10.861 51582== <inherited from parent>
14+
==00:00:00:10.861 51582==
15+
==00:00:00:10.861 51582==
16+
==00:00:00:10.861 51582== HEAP SUMMARY:
17+
==00:00:00:10.861 51582== in use at exit: 0 bytes in 0 blocks
18+
==00:00:00:10.861 51582== total heap usage: 164 allocs, 164 frees, 105,720 bytes allocated
19+
==00:00:00:10.861 51582==
20+
==00:00:00:10.861 51582== All heap blocks were freed -- no leaks are possible
21+
==00:00:00:10.861 51582==
22+
==00:00:00:10.861 51582== For lists of detected and suppressed errors, rerun with: -s
23+
==00:00:00:10.861 51582== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
==00:00:00:00.000 36507== Memcheck, a memory error detector
2-
==00:00:00:00.000 36507== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36507== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36507== Command: ./client 127.0.0.1 1503
5-
==00:00:00:00.000 36507== Parent PID: 36504
6-
==00:00:00:00.000 36507==
7-
==00:00:00:08.914 36507==
8-
==00:00:00:08.914 36507== FILE DESCRIPTORS: 5 open (3 std) at exit.
9-
==00:00:00:08.914 36507== Open file descriptor 63:
10-
==00:00:00:08.914 36507== <inherited from parent>
11-
==00:00:00:08.915 36507==
12-
==00:00:00:08.915 36507== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/02_single_player_shoot_read/__client_0_valgrind__
13-
==00:00:00:08.915 36507== <inherited from parent>
14-
==00:00:00:08.915 36507==
15-
==00:00:00:08.915 36507==
16-
==00:00:00:08.915 36507== HEAP SUMMARY:
17-
==00:00:00:08.915 36507== in use at exit: 0 bytes in 0 blocks
18-
==00:00:00:08.915 36507== total heap usage: 65 allocs, 65 frees, 97,835 bytes allocated
19-
==00:00:00:08.915 36507==
20-
==00:00:00:08.915 36507== All heap blocks were freed -- no leaks are possible
21-
==00:00:00:08.915 36507==
22-
==00:00:00:08.915 36507== For lists of detected and suppressed errors, rerun with: -s
23-
==00:00:00:08.915 36507== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 51786== Memcheck, a memory error detector
2+
==00:00:00:00.000 51786== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 51786== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 51786== Command: ./client 127.0.0.1 1503
5+
==00:00:00:00.000 51786== Parent PID: 51783
6+
==00:00:00:00.000 51786==
7+
==00:00:00:08.914 51786==
8+
==00:00:00:08.914 51786== FILE DESCRIPTORS: 5 open (3 std) at exit.
9+
==00:00:00:08.914 51786== Open file descriptor 63:
10+
==00:00:00:08.915 51786== <inherited from parent>
11+
==00:00:00:08.915 51786==
12+
==00:00:00:08.915 51786== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/02_single_player_shoot_read/__client_0_valgrind__
13+
==00:00:00:08.915 51786== <inherited from parent>
14+
==00:00:00:08.915 51786==
15+
==00:00:00:08.915 51786==
16+
==00:00:00:08.915 51786== HEAP SUMMARY:
17+
==00:00:00:08.915 51786== in use at exit: 0 bytes in 0 blocks
18+
==00:00:00:08.915 51786== total heap usage: 65 allocs, 65 frees, 97,835 bytes allocated
19+
==00:00:00:08.915 51786==
20+
==00:00:00:08.915 51786== All heap blocks were freed -- no leaks are possible
21+
==00:00:00:08.915 51786==
22+
==00:00:00:08.915 51786== For lists of detected and suppressed errors, rerun with: -s
23+
==00:00:00:08.915 51786== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 36504 10
1+
0 51783 10
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
==00:00:00:00.000 36470== Memcheck, a memory error detector
2-
==00:00:00:00.000 36470== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36470== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36470== Command: ./server 1502
5-
==00:00:00:00.000 36470== Parent PID: 36468
6-
==00:00:00:00.000 36470==
7-
==00:00:00:09.865 36470==
8-
==00:00:00:09.865 36470== FILE DESCRIPTORS: 5 open (3 std) at exit.
9-
==00:00:00:09.865 36470== Open file descriptor 63:
10-
==00:00:00:09.865 36470== <inherited from parent>
11-
==00:00:00:09.865 36470==
12-
==00:00:00:09.865 36470== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/02_single_player_shoot_read/__server_valgrind__
13-
==00:00:00:09.865 36470== <inherited from parent>
14-
==00:00:00:09.865 36470==
15-
==00:00:00:09.865 36470==
16-
==00:00:00:09.865 36470== HEAP SUMMARY:
17-
==00:00:00:09.865 36470== in use at exit: 0 bytes in 0 blocks
18-
==00:00:00:09.865 36470== total heap usage: 164 allocs, 164 frees, 105,737 bytes allocated
19-
==00:00:00:09.865 36470==
20-
==00:00:00:09.865 36470== All heap blocks were freed -- no leaks are possible
21-
==00:00:00:09.865 36470==
22-
==00:00:00:09.865 36470== For lists of detected and suppressed errors, rerun with: -s
23-
==00:00:00:09.865 36470== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 51730== Memcheck, a memory error detector
2+
==00:00:00:00.000 51730== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 51730== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 51730== Command: ./server 1502
5+
==00:00:00:00.000 51730== Parent PID: 51728
6+
==00:00:00:00.000 51730==
7+
==00:00:00:09.858 51730==
8+
==00:00:00:09.858 51730== FILE DESCRIPTORS: 5 open (3 std) at exit.
9+
==00:00:00:09.858 51730== Open file descriptor 63:
10+
==00:00:00:09.858 51730== <inherited from parent>
11+
==00:00:00:09.858 51730==
12+
==00:00:00:09.858 51730== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/02_single_player_shoot_read/__server_valgrind__
13+
==00:00:00:09.858 51730== <inherited from parent>
14+
==00:00:00:09.858 51730==
15+
==00:00:00:09.858 51730==
16+
==00:00:00:09.858 51730== HEAP SUMMARY:
17+
==00:00:00:09.858 51730== in use at exit: 0 bytes in 0 blocks
18+
==00:00:00:09.858 51730== total heap usage: 164 allocs, 164 frees, 105,737 bytes allocated
19+
==00:00:00:09.858 51730==
20+
==00:00:00:09.858 51730== All heap blocks were freed -- no leaks are possible
21+
==00:00:00:09.858 51730==
22+
==00:00:00:09.859 51730== For lists of detected and suppressed errors, rerun with: -s
23+
==00:00:00:09.859 51730== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
==00:00:00:00.000 36645== Memcheck, a memory error detector
2-
==00:00:00:00.000 36645== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36645== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36645== Command: ./client 127.0.0.1 1505
5-
==00:00:00:00.000 36645== Parent PID: 36642
6-
==00:00:00:00.000 36645==
7-
==00:00:00:22.135 36645==
8-
==00:00:00:22.135 36645== FILE DESCRIPTORS: 5 open (3 std) at exit.
9-
==00:00:00:22.135 36645== Open file descriptor 63:
10-
==00:00:00:22.135 36645== <inherited from parent>
11-
==00:00:00:22.135 36645==
12-
==00:00:00:22.135 36645== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_0_valgrind__
13-
==00:00:00:22.136 36645== <inherited from parent>
14-
==00:00:00:22.136 36645==
15-
==00:00:00:22.136 36645==
16-
==00:00:00:22.136 36645== HEAP SUMMARY:
17-
==00:00:00:22.136 36645== in use at exit: 0 bytes in 0 blocks
18-
==00:00:00:22.136 36645== total heap usage: 49 allocs, 49 frees, 97,314 bytes allocated
19-
==00:00:00:22.136 36645==
20-
==00:00:00:22.136 36645== All heap blocks were freed -- no leaks are possible
21-
==00:00:00:22.136 36645==
22-
==00:00:00:22.136 36645== For lists of detected and suppressed errors, rerun with: -s
23-
==00:00:00:22.136 36645== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 51995== Memcheck, a memory error detector
2+
==00:00:00:00.000 51995== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 51995== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 51995== Command: ./client 127.0.0.1 1505
5+
==00:00:00:00.000 51995== Parent PID: 51992
6+
==00:00:00:00.000 51995==
7+
==00:00:00:22.129 51995==
8+
==00:00:00:22.129 51995== FILE DESCRIPTORS: 5 open (3 std) at exit.
9+
==00:00:00:22.129 51995== Open file descriptor 63:
10+
==00:00:00:22.129 51995== <inherited from parent>
11+
==00:00:00:22.129 51995==
12+
==00:00:00:22.129 51995== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_0_valgrind__
13+
==00:00:00:22.130 51995== <inherited from parent>
14+
==00:00:00:22.130 51995==
15+
==00:00:00:22.130 51995==
16+
==00:00:00:22.130 51995== HEAP SUMMARY:
17+
==00:00:00:22.130 51995== in use at exit: 0 bytes in 0 blocks
18+
==00:00:00:22.130 51995== total heap usage: 49 allocs, 49 frees, 97,314 bytes allocated
19+
==00:00:00:22.130 51995==
20+
==00:00:00:22.130 51995== All heap blocks were freed -- no leaks are possible
21+
==00:00:00:22.130 51995==
22+
==00:00:00:22.130 51995== For lists of detected and suppressed errors, rerun with: -s
23+
==00:00:00:22.130 51995== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
==00:00:00:00.000 36698== Memcheck, a memory error detector
2-
==00:00:00:00.000 36698== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3-
==00:00:00:00.000 36698== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4-
==00:00:00:00.000 36698== Command: ./client 127.0.0.1 1506
5-
==00:00:00:00.000 36698== Parent PID: 36695
6-
==00:00:00:00.000 36698==
7-
==00:00:00:16.080 36698==
8-
==00:00:00:16.080 36698== FILE DESCRIPTORS: 6 open (3 std) at exit.
9-
==00:00:00:16.080 36698== Open file descriptor 63:
10-
==00:00:00:16.080 36698== <inherited from parent>
11-
==00:00:00:16.080 36698==
12-
==00:00:00:16.080 36698== Open file descriptor 10: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_0_pipe__
13-
==00:00:00:16.080 36698== <inherited from parent>
14-
==00:00:00:16.080 36698==
15-
==00:00:00:16.080 36698== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_1_valgrind__
16-
==00:00:00:16.080 36698== <inherited from parent>
17-
==00:00:00:16.080 36698==
18-
==00:00:00:16.080 36698==
19-
==00:00:00:16.081 36698== HEAP SUMMARY:
20-
==00:00:00:16.081 36698== in use at exit: 0 bytes in 0 blocks
21-
==00:00:00:16.081 36698== total heap usage: 54 allocs, 54 frees, 97,449 bytes allocated
22-
==00:00:00:16.081 36698==
23-
==00:00:00:16.081 36698== All heap blocks were freed -- no leaks are possible
24-
==00:00:00:16.081 36698==
25-
==00:00:00:16.081 36698== For lists of detected and suppressed errors, rerun with: -s
26-
==00:00:00:16.081 36698== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
1+
==00:00:00:00.000 52051== Memcheck, a memory error detector
2+
==00:00:00:00.000 52051== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
3+
==00:00:00:00.000 52051== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info
4+
==00:00:00:00.000 52051== Command: ./client 127.0.0.1 1506
5+
==00:00:00:00.000 52051== Parent PID: 52048
6+
==00:00:00:00.000 52051==
7+
==00:00:00:16.073 52051==
8+
==00:00:00:16.074 52051== FILE DESCRIPTORS: 6 open (3 std) at exit.
9+
==00:00:00:16.074 52051== Open file descriptor 63:
10+
==00:00:00:16.074 52051== <inherited from parent>
11+
==00:00:00:16.074 52051==
12+
==00:00:00:16.074 52051== Open file descriptor 10: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_0_pipe__
13+
==00:00:00:16.074 52051== <inherited from parent>
14+
==00:00:00:16.074 52051==
15+
==00:00:00:16.074 52051== Open file descriptor 3: /mnt/62EE36AFEE367B7D/Users/Gabriel/Desktop/University/2024/Taller de Programación 1/TPs/TP2 - Threads/threads-2024c1-gabrieldiem/casos/03_three_players_all_read_once/__client_1_valgrind__
16+
==00:00:00:16.074 52051== <inherited from parent>
17+
==00:00:00:16.074 52051==
18+
==00:00:00:16.074 52051==
19+
==00:00:00:16.074 52051== HEAP SUMMARY:
20+
==00:00:00:16.074 52051== in use at exit: 0 bytes in 0 blocks
21+
==00:00:00:16.074 52051== total heap usage: 54 allocs, 54 frees, 97,449 bytes allocated
22+
==00:00:00:16.074 52051==
23+
==00:00:00:16.074 52051== All heap blocks were freed -- no leaks are possible
24+
==00:00:00:16.074 52051==
25+
==00:00:00:16.074 52051== For lists of detected and suppressed errors, rerun with: -s
26+
==00:00:00:16.074 52051== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

0 commit comments

Comments
 (0)