Home
last modified time | relevance | path

Searched defs:is_malloc (Results 1 – 23 of 23) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i45 const unsigned short is_malloc:1; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.h51 const unsigned short is_malloc : 1; // for strings and dynamic arrays only, member
/dports/news/tin/tin-2.4.5/src/
H A Ddebug.c264 t_bool is_malloc, in debug_print_malloc()
/dports/chinese/tin/tin-2.4.5/src/
H A Ddebug.c264 t_bool is_malloc, in debug_print_malloc()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event_client.cc3616 bool is_malloc = false; in print() local
3652 bool is_malloc = false; in print() local
3688 bool is_malloc= false; in print() local
H A Dlog_event.cc364 char* buf, ulong buf_size, bool* is_malloc, char **dst, in query_event_uncompress()
453 char* buf, ulong buf_size, bool* is_malloc, char **dst, in row_log_event_uncompress()
H A Dslave.cc6156 bool is_malloc = false; in queue_event() local
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event_client.cc3616 bool is_malloc = false; in print() local
3652 bool is_malloc = false; in print() local
3688 bool is_malloc= false; in print() local
H A Dlog_event.cc364 char* buf, ulong buf_size, bool* is_malloc, char **dst, in query_event_uncompress()
453 char* buf, ulong buf_size, bool* is_malloc, char **dst, in row_log_event_uncompress()
H A Dslave.cc6156 bool is_malloc = false; in queue_event() local
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c1475 static void *hit_memory_limit(trace_info *info, int is_malloc, size_t oldsize, size_t size) in hit_memory_limit()
1485 static void *hit_alloc_limit(trace_info *info, int is_malloc, size_t oldsize, size_t size) in hit_alloc_limit()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog_event.cc843 char* buf, ulong buf_size, bool* is_malloc, char **dst, in query_event_uncompress()
932 char* buf, ulong buf_size, bool* is_malloc, char **dst, in row_log_event_uncompress()
13816 bool is_malloc = false; in print() local
14524 bool is_malloc = false; in print() local
14804 bool is_malloc= false; in print() local
H A Dslave.cc6107 bool is_malloc = false; in queue_event() local
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog_event.cc843 char* buf, ulong buf_size, bool* is_malloc, char **dst, in query_event_uncompress()
932 char* buf, ulong buf_size, bool* is_malloc, char **dst, in row_log_event_uncompress()
13816 bool is_malloc = false; in print() local
14524 bool is_malloc = false; in print() local
14804 bool is_malloc= false; in print() local
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog_event.cc849 char* buf, ulong buf_size, bool* is_malloc, char **dst, in query_event_uncompress()
938 char* buf, ulong buf_size, bool* is_malloc, char **dst, in row_log_event_uncompress()
13770 bool is_malloc = false; in print() local
14478 bool is_malloc = false; in print() local
14758 bool is_malloc= false; in print() local
H A Dslave.cc6066 bool is_malloc = false; in queue_event() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dglobal.h406 Bool is_malloc :1; member
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dglobal.h406 Bool is_malloc :1; member
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dslave.cc6066 bool is_malloc = false; in queue_event() local
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Djemalloc.c2038 #define is_malloc(a) is_malloc_(a) macro
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h89 const unsigned short is_malloc:1; // for strings and dynamic arrays only, H*, TV, unknown size member
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozjemalloc/
H A Djemalloc.c7133 #define is_malloc(a) is_malloc_(a) macro
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py12857 is_malloc = property(_LibreDWG.Dwg_DYNAPI_field_is_malloc_get) variable in Dwg_DYNAPI_field