Searched hist:"758 ffbfa3bd27cb793750d90c47ed8a0dc537823" (Results 1 – 4 of 4) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | xmalloc.c | diff 758ffbfa3bd27cb793750d90c47ed8a0dc537823 Thu Mar 22 15:20:51 CET 2012 Konstantin Belousov <kib@FreeBSD.org> Use xmalloc() instead of malloc() in the places where malloc() calls are assumed to not fail.
Make the xcalloc() calling conventions follow the calloc(3) calling conventions and replace unchecked calls to calloc() with calls to xcalloc().
Remove redundand declarations from xmalloc.c, which are already present in rtld.h.
Reviewed by: kan Discussed with: bde MFC after: 2 weeks
|
H A D | rtld.h | diff 758ffbfa3bd27cb793750d90c47ed8a0dc537823 Thu Mar 22 15:20:51 CET 2012 Konstantin Belousov <kib@FreeBSD.org> Use xmalloc() instead of malloc() in the places where malloc() calls are assumed to not fail.
Make the xcalloc() calling conventions follow the calloc(3) calling conventions and replace unchecked calls to calloc() with calls to xcalloc().
Remove redundand declarations from xmalloc.c, which are already present in rtld.h.
Reviewed by: kan Discussed with: bde MFC after: 2 weeks
|
H A D | rtld.c | diff 758ffbfa3bd27cb793750d90c47ed8a0dc537823 Thu Mar 22 15:20:51 CET 2012 Konstantin Belousov <kib@FreeBSD.org> Use xmalloc() instead of malloc() in the places where malloc() calls are assumed to not fail.
Make the xcalloc() calling conventions follow the calloc(3) calling conventions and replace unchecked calls to calloc() with calls to xcalloc().
Remove redundand declarations from xmalloc.c, which are already present in rtld.h.
Reviewed by: kan Discussed with: bde MFC after: 2 weeks
|
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | reloc.c | diff 758ffbfa3bd27cb793750d90c47ed8a0dc537823 Thu Mar 22 15:20:51 CET 2012 Konstantin Belousov <kib@FreeBSD.org> Use xmalloc() instead of malloc() in the places where malloc() calls are assumed to not fail.
Make the xcalloc() calling conventions follow the calloc(3) calling conventions and replace unchecked calls to calloc() with calls to xcalloc().
Remove redundand declarations from xmalloc.c, which are already present in rtld.h.
Reviewed by: kan Discussed with: bde MFC after: 2 weeks
|