X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Flet_calloc.h;h=04bfa4144960cd5c2e2c10d423a3736af9bfd96d;hb=4bf8ff5e477da2fa4f82518bb947055c2c0374d6;hp=73e491458b3fa6b05cb5c3f163ed942983ef9222;hpb=9bcb1df0786a8193d65949c857baaba2f4296e84;p=m6w6%2Fext-psi diff --git a/src/types/let_calloc.h b/src/types/let_calloc.h index 73e4914..04bfa41 100644 --- a/src/types/let_calloc.h +++ b/src/types/let_calloc.h @@ -33,10 +33,11 @@ struct psi_let_calloc { struct psi_token *token; struct psi_num_exp *nmemb; struct psi_num_exp *size; + unsigned static_memory:1; }; struct psi_let_calloc *psi_let_calloc_init(struct psi_num_exp *nmemb, struct psi_num_exp *size); void psi_let_calloc_free(struct psi_let_calloc **alloc_ptr); -void psi_let_calloc_dump(int fd, struct psi_let_calloc *alloc); +void psi_let_calloc_dump(struct psi_dump *dump, struct psi_let_calloc *alloc); #endif