Home
last modified time | relevance | path

Searched refs:eMalloc (Results 1 – 25 of 64) sorted by last modified time

123

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Droutines.h23 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
50 extern void *eMalloc (const size_t size);
H A Dmain.c467 unsigned char *data = eMalloc (size); in interactiveLoop()
H A Dportable-dirent_p.h350 dirp = (_WDIR*) eMalloc (sizeof (struct _WDIR)); in _wopendir()
371 dirp->patt = (wchar_t*) eMalloc (sizeof (wchar_t) * n + 16); in _wopendir()
641 dirp = (DIR*) eMalloc (sizeof (struct DIR)); in opendir()
H A Dfield.c512 nameWithPrefix = eMalloc (sizeof CTAGS_FIELD_PREFIX + strlen (fobj->def->name) + 1); in initFieldObjects()
1353 nameWithPrefix = eMalloc (sizeof CTAGS_FIELD_PREFIX + strlen (def->name) + 1); in defineField()
H A Dmio.c52 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
55 static void *eMalloc (const size_t size) in eMalloc() function
72 buffer = eMalloc (size); in eRealloc()
H A Dportable-scandir.c159 if (array = (struct dirent **)eMalloc(allocated * sizeof(struct dirent *)), array == NULL) in scandir()
192 if (copy = (struct dirent *)eMalloc(sizeof(struct dirent) + extra), copy == NULL) { in scandir()
H A Dread.c632 data = eMalloc (size); in getMioFull()
H A Droutines.c218 extern void *eMalloc (const size_t size) in eMalloc() function
242 buffer = eMalloc (size); in eRealloc()
H A Dtrashbox.c244 void *eMalloc (const size_t size) { return malloc(size); } in eMalloc() function
H A Doptions.c1698 json_set_alloc_funcs (eMalloc, eFree); in processInteractiveOption()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dcpreprocessor.c448 Cpp.ungetBuffer = (int *)eMalloc(8 * sizeof(int)); in cppUngetc()
467 int * tmp = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetc()
499 Cpp.ungetBuffer = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetString()
516 int * tmp = (int *)eMalloc(Cpp.ungetBufferSize * sizeof(int)); in cppUngetString()
1961 cppMacroInfo * info = (cppMacroInfo *)eMalloc(sizeof(cppMacroInfo)); in saveIgnoreToken()
1967 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); in saveIgnoreToken()
2030 cppMacroInfo * info = (cppMacroInfo *)eMalloc(sizeof(cppMacroInfo)); in saveMacro()
2117 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); \ in saveMacro()
2182 (cppMacroReplacementPartInfo *)eMalloc(sizeof(cppMacroReplacementPartInfo)); in saveMacro()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/cxx/
H A Dcxx_parser_tokenizer.c1148 aParameters = (const char **)eMalloc(sizeof(const char *) * pParameters->iCount); in cxxParserParseNextTokenApplyReplacement()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/peg/
H A Dpeg_common.h16 #define PCC_MALLCO(auxil,size) eMalloc(size)
/dports/devel/geany/geany-1.38/ctags/main/
H A Dmain.c467 unsigned char *data = eMalloc (size); in interactiveLoop()
H A Dmio.c47 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
50 static void *eMalloc (const size_t size) in eMalloc() function
67 buffer = eMalloc (size); in eRealloc()
H A Dportable-scandir.c159 if (array = (struct dirent **)eMalloc(allocated * sizeof(struct dirent *)), array == NULL) in scandir()
192 if (copy = (struct dirent *)eMalloc(sizeof(struct dirent) + extra), copy == NULL) { in scandir()
H A Dread.c626 data = eMalloc (size); in getMio()
H A Droutines.c218 extern void *eMalloc (const size_t size) in eMalloc() function
242 buffer = eMalloc (size); in eRealloc()
H A Droutines.h23 #define xMalloc(n,Type) (Type *)eMalloc((size_t)(n) * sizeof (Type))
49 extern void *eMalloc (const size_t size);
H A Dtrashbox.c244 void *eMalloc (const size_t size) { return malloc(size); } in eMalloc() function
H A Doptions.c1674 json_set_alloc_funcs (eMalloc, eFree); in processInteractiveOption()
H A Dportable-dirent_p.h350 dirp = (_WDIR*) eMalloc (sizeof (struct _WDIR)); in _wopendir()
371 dirp->patt = (wchar_t*) eMalloc (sizeof (wchar_t) * n + 16); in _wopendir()
641 dirp = (DIR*) eMalloc (sizeof (struct DIR)); in opendir()
H A Dfield.c285 nameWithPrefix = eMalloc (sizeof CTAGS_FIELD_PREFIX + strlen (fobj->def->name) + 1); in initFieldObjects()
1084 nameWithPrefix = eMalloc (sizeof CTAGS_FIELD_PREFIX + strlen (def->name) + 1); in defineField()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_perl.c78 char *const id = (char*) eMalloc (len + 1); in isPodWord()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_unit_test.cpp455 eMalloc); in BOOST_AUTO_TEST_CASE()
484 eMalloc); in BOOST_AUTO_TEST_CASE()

123