Home
last modified time | relevance | path

Searched refs:internal_malloc (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/shells/bash/bash-5.1/lib/malloc/
H A Dmalloc.c298 static PTR_T internal_malloc PARAMS((size_t, const char *, int, int));
820 internal_malloc (n, file, line, flags) /* get a block */ in internal_malloc() function
1111 return internal_malloc (n, file, line, MALLOC_INTERNAL);
1192 if ((m = internal_malloc (n, file, line, MALLOC_INTERNAL|MALLOC_NOTRACE|MALLOC_NOREG)) == 0)
1228 ptr = internal_malloc (size + alignment, file, line, MALLOC_INTERNAL);
1321 result = internal_malloc (total, file, line, flags|MALLOC_INTERNAL);
1360 return internal_malloc (bytes, file, line, MALLOC_WRAPPER);
1431 return internal_malloc (size, (char *)NULL, 0, 0);
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/m4/
H A Din_pack.m434 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc8/gcc-8.5.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc48/gcc-4.8.5/libgfortran/m4/
H A Din_pack.m434 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc10/gcc-10.3.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/m4/
H A Din_pack.m434 /* Allocates a block of memory with internal_malloc if the array needs
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/m4/
H A Din_pack.m434 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc11/gcc-11.2.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc9/gcc-9.4.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/m4/
H A Din_pack.m432 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/m4/
H A Din_pack.m434 /* Allocates a block of memory with internal_malloc if the array needs
/dports/devel/libcwd/libcwd-1.0.6/
H A Ddebugmalloc.cc1965 static appblock* internal_malloc(size_t size, memblk_types_nt flag in internal_malloc() function
3754 …appblock* ptr2 = internal_malloc(size, memblk_type_malloc CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COM… in __libcwd_malloc()
3872 …if ((ptr2 = internal_malloc(size, memblk_type_malloc CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COMMA_DE… in __libcwd_calloc()
3978 …ptr2 = internal_malloc(size, memblk_type_realloc CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COMMA_DEBUGM… in __libcwd_realloc()
4236 …appblock* ptr2 = internal_malloc(size, memblk_type_posix_memalign CALL_ADDRESS LIBCWD_COMMA_TSD LI… in __libcwd_posix_memalign()
4267 …appblock* ptr2 = internal_malloc(size, memblk_type_memalign CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_C… in __libcwd_memalign()
4295 …appblock* ptr2 = internal_malloc(size, memblk_type_valloc CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COM… in __libcwd_valloc()
4364 …appblock* ptr2 = internal_malloc(size, memblk_type_new CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COMMA_… in operator new()
4396 …appblock* ptr2 = internal_malloc(size, memblk_type_new CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_COMMA_… in operator new()
4459 …appblock* ptr2 = internal_malloc(size, memblk_type_new_array CALL_ADDRESS LIBCWD_COMMA_TSD LIBCWD_… in operator new[]()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c3188 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3192 #define internal_malloc(m, b)\ macro
3197 #define internal_malloc(m, b) dlmalloc(b) macro
3891 void* newmem = internal_malloc(m, bytes); in internal_realloc()
3907 return internal_malloc(m, bytes); in internal_memalign()
3924 char* mem = (char*)internal_malloc(m, req); in internal_memalign()
4028 return (void**)internal_malloc(m, 0); in ialloc()
4054 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
4767 mem = internal_malloc(ms, req); in mspace_calloc()
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c3193 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3197 #define internal_malloc(m, b)\ macro
3202 #define internal_malloc(m, b) dlmalloc(b) macro
3896 void* newmem = internal_malloc(m, bytes); in internal_realloc()
3912 return internal_malloc(m, bytes); in internal_memalign()
3929 char* mem = (char*)internal_malloc(m, req); in internal_memalign()
4033 return (void**)internal_malloc(m, 0); in ialloc()
4059 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
4772 mem = internal_malloc(ms, req); in mspace_calloc()

123456789