commit | 22714f99c4ffeb4d1bade7ad6374adeba0e06e4c | [log] [tgz] |
---|---|---|
author | Jorge Boncompte [DTI2] <jorge@dti2.net> | Mon May 07 16:53:14 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue May 22 20:50:14 2012 +0200 |
tree | 43b6e720bc05ad1bc5748d8d8a08c725a7fe6a90 | |
parent | 64018324d5e5071eea3b3f72f939d91dc7aef029 [diff] |
lib: do not allocate/free thread funcnames This avoids memory heap fragmentation and imposses less load on the system memory allocator. * thread.h: FUNCNAME_LEN defined to 64 (ISO C99 says max 63) Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net> [changed FUNCNAME_LEN to a less arbitrary value] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>