Searched refs:lt_dlmalloc (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/libtool/libltdl/
H A Dltdl.h210 realloc implementation which iself uses lt_dlmalloc and lt_dlfree.
214 LT_SCOPE lt_ptr (*lt_dlmalloc) LT_PARAMS((size_t size));
209 LT_SCOPE lt_ptr (*lt_dlmalloc) LT_PARAMS((size_t size)); variable
H A Dltdl.c223 LT_GLOBAL_DATA lt_ptr (*lt_dlmalloc) LT_PARAMS((size_t size))
244 #define LT_DLMALLOC(tp, n) ((tp *) lt_dlmalloc ((n) * sizeof(tp)))
519 using lt_dlmalloc and lt_dlfree. */
549 return lt_dlmalloc (size);
554 lt_ptr mem = lt_dlmalloc (size);
1027 lt_ptr mem = lt_dlmalloc (size);
220 LT_GLOBAL_DATA lt_ptr (*lt_dlmalloc) LT_PARAMS((size_t size)) variable

Completed in 49 milliseconds