rename valloc and balloc
valloc is actually a POSIX function that prevents compilation on some systems.
This commit is contained in:
parent
eee9afb88e
commit
96fab80240
4 changed files with 10 additions and 10 deletions
|
@ -294,13 +294,13 @@ void diag(char *);
|
|||
void *emalloc(size_t);
|
||||
void *alloc(size_t);
|
||||
void freeall(void);
|
||||
Blk *balloc(void);
|
||||
Blk *bnew(void);
|
||||
void emit(int, int, Ref, Ref, Ref);
|
||||
void emiti(Ins);
|
||||
int bcnt(Bits *);
|
||||
void idup(Ins **, Ins *, ulong);
|
||||
Ins *icpy(Ins *, Ins *, ulong);
|
||||
void *valloc(ulong, size_t);
|
||||
void *vnew(ulong, size_t);
|
||||
void vgrow(void *, ulong);
|
||||
Ref newtmp(char *, Fn *);
|
||||
Ref getcon(int64_t, Fn *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue