OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emalloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libutil/
t_efun.c
90
ATF_TC(
emalloc
);
variable
91
ATF_TC_HEAD(
emalloc
, tc)
93
atf_tc_set_md_var(tc, "descr", "A basic test of
emalloc
(3)");
96
ATF_TC_BODY(
emalloc
, tc)
101
x =
emalloc
(-1);
131
ATF_TP_ADD_TC(tp,
emalloc
);
/src/lib/libutil/
efun.c
111
emalloc
(size_t n)
function
/src/usr.bin/make/
test-variants.mk
35
# Use
emalloc
for memory allocation.
36
TESTS+=
emalloc
37
ENV.
emalloc
= TOOLDIR=""
Completed in 16 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026