david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

use malloc attribute

This commit is contained in:
Holger Lubitz 2007-08-20 20:28:23 +02:00
parent 2220e1a676
commit dea89e8d62
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
static bigint *bi_int_multiply(BI_CTX *ctx, bigint *bi, comp i);
static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
static bigint *alloc(BI_CTX *ctx, int size);
static bigint __malloc *alloc(BI_CTX *ctx, int size);
static bigint *trim(bigint *bi);
static void more_comps(bigint *bi, int n);
#if defined(CONFIG_BIGINT_KARATSUBA) || defined(CONFIG_BIGINT_BARRETT) || \