Searched refs:OP_ATTRIB_MALLOC (Results 1 - 1 of 1) sorted by last modified time

/external/oprofile/libutil/
H A Dop_libiberty.h21 #define OP_ATTRIB_MALLOC __attribute__((malloc)) macro
23 #define OP_ATTRIB_MALLOC macro
43 void * xmalloc(size_t) OP_ATTRIB_MALLOC;
51 void * xcalloc(size_t, size_t) OP_ATTRIB_MALLOC;
54 char * xstrdup(char const *) OP_ATTRIB_MALLOC;
62 void * xmemdup(void const *, size_t, size_t) OP_ATTRIB_MALLOC;

Completed in 93 milliseconds