OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lintalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcsbase.h
711
extern malloc_type
lintalloc
;
712
# define ftnalloc(T,n) (
lintalloc
= ftestalloc(sizeof(T)*(n)), (T*)0)
713
# define tnalloc(T,n) (
lintalloc
= testalloc(sizeof(T)*(n)), (T*)0)
714
# define trealloc(T,p,n) (
lintalloc
= testrealloc((malloc_type)0, sizeof(T)*(n)), p)
rcsutil.c
227
malloc_type
lintalloc
;
variable
Completed in 17 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026