-
- Downloads
malloc/free: reorganise wrapper code in advance of realloc changes
glibc voodoo moved to its own header to make it easy to drop once we don't need it any more malloc/free cluster of functions moved into their own sub-struct pointer so they don't perturb the main capsule namespace struct layout if/when they change (as we expect them to). abstract out the arcane memory checks so that the new realloc wrapper can share them with the free wrapper
parent
d598d1db
No related branches found
No related tags found
Showing
- Makefile.am 1 addition, 0 deletionsMakefile.am
- capsule/capsule-dlmopen.c 5 additions, 3 deletionscapsule/capsule-dlmopen.c
- capsule/capsule-init.c 6 additions, 3 deletionscapsule/capsule-init.c
- capsule/capsule-malloc.h 210 additions, 0 deletionscapsule/capsule-malloc.h
- capsule/capsule-private.h 16 additions, 7 deletionscapsule/capsule-private.h
- capsule/capsule-wrappers.c 52 additions, 35 deletionscapsule/capsule-wrappers.c
Loading
Please register or sign in to comment