Searched refs:oldalloc (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | util.c | 4958 Malloc_t oldalloc, Malloc_t newalloc, argument 5024 type_name, n * typesize, PTR2UV(oldalloc), 5031 PTR2UV(oldalloc)); 5106 Malloc_t oldalloc, Malloc_t newalloc, argument 5113 NULL, oldalloc, newalloc, 5119 Perl_mem_log_free(Malloc_t oldalloc, argument 5125 mem_log_common_if(MLT_FREE, 0, 0, "", NULL, oldalloc, NULL, 5127 return oldalloc;
|
H A D | proto.h | 9517 … UV n, const UV typesize, const char *type_name, const SV *sv, Malloc_t oldalloc, Malloc_t newallo… 9547 Perl_mem_log_free(Malloc_t oldalloc, const char *filename, const int linenumber, const char *funcna… 9557 Perl_mem_log_realloc(const UV n, const UV typesize, const char *type_name, Malloc_t oldalloc, Mallo…
|
H A D | embed.fnc | 6029 |Malloc_t oldalloc \ 6052 CTp |Malloc_t|mem_log_free |Malloc_t oldalloc \ 6064 |Malloc_t oldalloc \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 3339 |Malloc_t oldalloc|Malloc_t newalloc \ 3347 …realloc |const UV n|const UV typesize|NN const char *type_name|Malloc_t oldalloc|Malloc_t newalloc… 3348 pT |Malloc_t |mem_log_free |Malloc_t oldalloc|NN const char *filename|const int linenumber|NN const…
|