]> git.rkrishnan.org Git - pihpsdr.git/commit
Re-designed memory allocation for network buffers: the system is no longer
authorc vw <dl1ycf@darc.de>
Tue, 14 Apr 2020 08:02:40 +0000 (10:02 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 14 Apr 2020 08:02:40 +0000 (10:02 +0200)
commit611c366e297dbef9be77702a808eb5f1240d2a19
tree0a21ee41f9600cd24610d0b24e0ed6d2b4c2cd8c
parentc488383228cd557e11c9f0ecefcb21a04edaba73
Re-designed memory allocation for network buffers: the system is no longer
flooded with malloc/free again and again and again on the same buffers.
This makes the program more stable on my Mac at least.
new_protocol.c