Searched defs:malloc (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h329 sasl_malloc_t *malloc; member in struct:sasl_allocation_utils
401 /* malloc et al */
461 #define sasl_ALLOC(__size__) (gctx->sasl_allocation_utils.malloc((__size__)))
467 #define sasl_sun_ALLOC(__size__) (malloc((__size__)))
478 #define sasl_ALLOC(__size__) (_sasl_allocation_utils.malloc((__size__)))
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c52 * The MT hot malloc implementation contained herein is designed to be
53 * plug-compatible with the libc version of malloc. It is not intended
104 * get to the aligned address from malloc'ed address is the minimum size
107 * from memaligned address, we can get to the malloc'ed address. Otherwise,
110 * malloc'ed address.
234 malloc(size_t bytes) function
258 return (malloc(bytes));
270 * p = malloc(64);
283 new = malloc(bytes);
348 ptr = malloc(siz
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h251 extern void *malloc(size_t bytes);
412 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
417 #define malloc(x) Malloc(x, NULL, 0) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h418 /* cannot override local malloc */
429 #undef malloc macro
430 #define malloc _ast_malloc macro
431 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h397 /* cannot override local malloc */
408 #undef malloc macro
409 #define malloc _ast_malloc macro
410 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h98 #define _std_malloc 1 /* do not define malloc/free/realloc */
357 #undef malloc macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h418 /* cannot override local malloc */
429 #undef malloc macro
430 #define malloc _ast_malloc macro
431 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h397 /* cannot override local malloc */
408 #undef malloc macro
409 #define malloc _ast_malloc macro
410 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h418 /* cannot override local malloc */
429 #undef malloc macro
430 #define malloc _ast_malloc macro
431 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h397 /* cannot override local malloc */
408 #undef malloc macro
409 #define malloc _ast_malloc macro
410 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h418 /* cannot override local malloc */
429 #undef malloc macro
430 #define malloc _ast_malloc macro
431 extern __MANGLE__ __V_* malloc __PROTO__((size_t));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h397 /* cannot override local malloc */
408 #undef malloc macro
409 #define malloc _ast_malloc macro
410 extern __MANGLE__ __V_* malloc __PROTO__((size_t));

Completed in 107 milliseconds

12