Searched refs:mm_malloc (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dmm-internal.h70 #define mm_malloc(sz) event_mm_malloc_(sz) macro
76 #define mm_malloc(sz) malloc(sz) macro
H A Devthread_pthread.c48 pthread_mutex_t *lock = mm_malloc(sizeof(pthread_mutex_t));
106 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t));
H A Dwin32select.c189 if (!(winop->readset_in = mm_malloc(size)))
191 if (!(winop->writeset_in = mm_malloc(size)))
193 if (!(winop->readset_out = mm_malloc(size)))
195 if (!(winop->writeset_out = mm_malloc(size)))
197 if (!(winop->exset_out = mm_malloc(size)))
H A Devthread_win32.c53 CRITICAL_SECTION *lock = mm_malloc(sizeof(CRITICAL_SECTION));
130 CONDITION_VARIABLE *cond = mm_malloc(sizeof(CONDITION_VARIABLE));
193 if (!(cond = mm_malloc(sizeof(struct evthread_win32_cond))))
H A Devthread.c176 struct debug_lock *result = mm_malloc(sizeof(struct debug_lock));
367 lock = mm_malloc(sizeof(struct debug_lock));
H A Devrpc.c217 if ((constructed_uri = mm_malloc(constructed_uri_len)) == NULL)
766 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause));
832 mm_malloc(sizeof(struct evrpc_request_wrapper));
1001 ctx = mm_malloc(sizeof(struct evrpc_hook_meta));
1039 meta = mm_malloc(sizeof(struct evrpc_meta));
1044 meta->data = mm_malloc(data_size);
H A Devdns.c1244 server_req = mm_malloc(sizeof(struct server_request));
1267 q = mm_malloc(sizeof(struct evdns_server_question) + namelen);
1715 if (!(port = mm_malloc(sizeof(struct evdns_server_port))))
1791 item = mm_malloc(sizeof(struct server_reply_item));
1814 if (!(item->data = mm_malloc(datalen))) {
1978 if (!(req->response = mm_malloc(req->response_len))) {
2507 ns = (struct nameserver *) mm_malloc(sizeof(struct nameserver));
2761 mm_malloc(sizeof(struct request) + request_max_len);
3070 struct search_state *state = (struct search_state *) mm_malloc(sizeof(struct search_state));
3112 sdomain = (struct search_domain *) mm_malloc(sizeo
[all...]
H A Devutil.c167 mem = mm_malloc((size_t)st.st_size + 1);
687 addresses = mm_malloc(size);
694 addresses = mm_malloc(size);
1319 ai_new = mm_malloc(sizeof(*ai_new));
1688 mm_malloc,
1725 mm_malloc(sizeof (struct cached_sock_errs_entry));
H A Devutil_time.c172 p = mm_malloc(sizeof(*p));
H A Dsignal.c245 sig->sh_old[evsignal] = mm_malloc(sizeof *sig->sh_old[evsignal]);
H A Dhttp.c276 p = escaped_html = mm_malloc(new_size + 1);
1496 evcon->conn_address = mm_malloc(sizeof(*evcon->conn_address));
2954 result = mm_malloc(evbuffer_get_length(buf));
3012 if ((ret = mm_malloc(strlen(uri) + 1)) == NULL) {
3030 if ((ret = mm_malloc(strlen(uri) + 1)) == NULL) {
3096 if ((decoded_value = mm_malloc(strlen(value) + 1)) == NULL) {
3097 event_warn("%s: mm_malloc", __func__);
3141 if ((translated = mm_malloc(offset + 1)) == NULL)
3427 bound = mm_malloc(sizeof(struct evhttp_bound_socket));
3938 req->host_cache = mm_malloc(le
[all...]
H A Devent_tagging.c567 *pstring = mm_malloc(tag_len + 1);
H A Devent.c213 eq_debug_entry, 0.5, mm_malloc, mm_realloc, mm_free)
225 dent = mm_malloc(sizeof(*dent)); \
1093 struct event_config_entry *entry = mm_malloc(sizeof(*entry));
2114 ev = mm_malloc(sizeof(struct event));
H A Devmap.c111 0.5, mm_malloc, mm_realloc, mm_free)
H A Dbuffer.c177 if ((chain = mm_malloc(to_alloc)) == NULL)
1694 if ((line = mm_malloc(n_to_copy+1)) == NULL) {
3088 if (!(mem = mm_malloc(length)))
/freebsd-10.2-release/gnu/usr.bin/cc/include/
H A DMakefile13 tmmintrin.h xmmintrin.h mm_malloc.h
23 mm_malloc.h: pmm_malloc.h
26 CLEANFILES+= mm_malloc.h
/freebsd-10.2-release/crypto/openssh/
H A Dmonitor_mm.h57 void *mm_malloc(struct mm_master *, size_t);
H A Dmonitor_mm.c162 address = mm_malloc(mm, size);
164 fatal("%s: mm_malloc(%zu)", __func__, size);
173 mm_malloc(struct mm_master *mm, size_t size) function
178 fatal("mm_malloc: try to allocate 0 space");
180 fatal("mm_malloc: size too big");
H A Dmonitor.c1954 address = mm_malloc(mm, len);
/freebsd-10.2-release/lib/clang/include/
H A DMakefile29 mm_malloc.h \
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1136 /** Test mm_malloc(). */
1143 /* mm_malloc(0) should simply return NULL. */
1146 p = mm_malloc(0);
1153 p = mm_malloc(8);
1401 { "mm_malloc", test_event_malloc, 0, NULL, NULL },
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dxmmintrin.h40 #include <mm_malloc.h>
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dxmmintrin.h43 #include <mm_malloc.h>

Completed in 151 milliseconds