OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_malloc
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/mp/
mp.c
86
mp_malloc
(size_t size)
function
440
t =
mp_malloc
(sizeof(BNS) * tlen);
447
u =
mp_malloc
(sizeof(BNS) * ulen);
597
U[0] =
mp_malloc
(sizeof(BNS) * (x + 2));
598
V[0] =
mp_malloc
(sizeof(BNS) * (x + 2));
599
U[1] =
mp_malloc
(sizeof(BNS) * (x + 1));
600
V[1] =
mp_malloc
(sizeof(BNS) * (x + 1));
601
U[2] =
mp_malloc
(sizeof(BNS) * (x + 2));
602
V[2] =
mp_malloc
(sizeof(BNS) * (x + 2));
mpr.c
56
op->num.digs =
mp_malloc
(sizeof(BNS));
61
op->den.digs =
mp_malloc
(sizeof(BNS));
427
str =
mp_malloc
(len);
mpi.c
65
op->digs =
mp_malloc
(sizeof(BNS));
610
ndigs =
mp_malloc
(sizeof(BNS) * (num->size + 1));
627
ddigs =
mp_malloc
(sizeof(BNS) * den->size);
1143
digs =
mp_malloc
(sizeof(BNS) * xsize);
1588
str =
mp_malloc
(strsize);
1605
xdigs =
mp_malloc
(size * sizeof(BNS));
mp.h
133
void *
mp_malloc
(size_t size);
Completed in 8 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026