Reduce build graph by another 14 percent

That's a 37% reduction total from what it was on 2022-05-23.
This commit is contained in:
Justine Tunney 2022-08-17 19:56:54 -07:00
parent c2211c9e63
commit 8e176fb026
4029 changed files with 4620 additions and 4675 deletions

View file

@ -28,5 +28,5 @@ hook_calloc:
.hidden dlcalloc
ezlea dlcalloc,ax
stosq
yoink free
.yoink free
.init.end 202,_init_calloc

View file

@ -27,7 +27,7 @@ hook_free:
.init.start 202,_init_free
ezlea dlfree,ax
stosq
yoink realloc
.yoink realloc
.init.end 202,_init_free
.hidden dlfree

View file

@ -28,5 +28,5 @@ hook_malloc:
.hidden dlmalloc
ezlea dlmalloc,ax
stosq
yoink free
.yoink free
.init.end 202,_init_malloc

View file

@ -28,5 +28,5 @@ hook_malloc_trim:
.hidden dlmalloc_trim
ezlea dlmalloc_trim,ax
stosq
yoink free
.yoink free
.init.end 202,_init_malloc_trim

View file

@ -28,5 +28,5 @@ hook_memalign:
.hidden dlmemalign
ezlea dlmemalign,ax
stosq
yoink free
.yoink free
.init.end 202,_init_memalign

View file

@ -28,5 +28,5 @@ hook_realloc:
.hidden dlrealloc
ezlea dlrealloc,ax
stosq
yoink free
.yoink free
.init.end 202,_init_realloc

View file

@ -28,5 +28,5 @@ hook_realloc_in_place:
.hidden dlrealloc_in_place
ezlea dlrealloc_in_place,ax
stosq
yoink free
.yoink free
.init.end 202,_init_realloc_in_place