Home
last modified time | relevance | path

Searched refs:ALLOC_MAGIC (Results 1 – 16 of 16) sorted by relevance

/dports/irc/srvx/srvx-1.3.1/src/
H A Dalloc-srvx.c23 #define ALLOC_MAGIC 0x1acf macro
64 if (block->magic == ALLOC_MAGIC && block->file_id < file_ids_used) { in srvx_malloc()
75 block->magic = ALLOC_MAGIC; in srvx_malloc()
104 newblock->magic = ALLOC_MAGIC; in srvx_realloc()
150 assert(header->magic == ALLOC_MAGIC); in verify()
H A Dalloc-slab.c33 #define ALLOC_MAGIC 0x1a macro
358 res->magic = ALLOC_MAGIC; in slab_malloc()
450 assert(hdr->magic == ALLOC_MAGIC); in verify()
/dports/games/0verkill/0verkill-0.16/
H A Derror.c53 #define ALLOC_MAGIC 0xa110c macro
183 ah->magic = ALLOC_MAGIC; in debug_mem_alloc()
214 ah->magic = ALLOC_MAGIC; in debug_mem_calloc()
238 if (ah->magic != ALLOC_MAGIC) { in debug_mem_free()
269 if (ah->magic != ALLOC_MAGIC) { in debug_mem_realloc()
283 ah->magic = ALLOC_MAGIC; in debug_mem_realloc()
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dalloc-inl.h31 #define ALLOC_MAGIC 0xFF00 macro
38 if ((_p) && ALLOC_C(_p) != ALLOC_MAGIC) {\
77 ALLOC_C(ret) = ALLOC_MAGIC; in DFL_ck_alloc()
153 ALLOC_C(ret) = ALLOC_MAGIC; in DFL_ck_realloc()
196 ALLOC_C(ret) = ALLOC_MAGIC; in DFL_ck_strdup()
214 ALLOC_C(ret) = ALLOC_MAGIC; in DFL_ck_memdup()
232 ALLOC_C(ret) = ALLOC_MAGIC; in DFL_ck_memdup_str()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/utils/
H A Dos_unix.c28 #define ALLOC_MAGIC 0xa84ef1b2 macro
249 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
356 a->magic = ALLOC_MAGIC; in os_malloc()
374 if (a->magic != ALLOC_MAGIC) { in os_realloc()
400 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/net/hostapd/hostapd-2.9/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
373 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
709 a->magic = ALLOC_MAGIC; in os_malloc()
727 if (a->magic != ALLOC_MAGIC) { in os_realloc()
753 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c41 #define ALLOC_MAGIC 0xa84ef1b2 macro
377 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
711 a->magic = ALLOC_MAGIC; in os_malloc()
729 if (a->magic != ALLOC_MAGIC) { in os_realloc()
755 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
373 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
707 a->magic = ALLOC_MAGIC; in os_malloc()
725 if (a->magic != ALLOC_MAGIC) { in os_realloc()
751 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/www/links/links-2.25/
H A Derror.c269 #define ALLOC_MAGIC 0xa110c macro
477 ah->magic = ALLOC_MAGIC; in debug_mem_alloc()
525 ah->magic = ALLOC_MAGIC; in debug_mem_calloc()
550 if (ah->magic != ALLOC_MAGIC) { in debug_mem_free()
605 if (ah->magic != ALLOC_MAGIC) { in debug_mem_realloc()
628 ah->magic = ALLOC_MAGIC; in debug_mem_realloc()
641 ah->magic = ALLOC_MAGIC; in debug_mem_realloc()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
384 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
718 a->magic = ALLOC_MAGIC; in os_malloc()
736 if (a->magic != ALLOC_MAGIC) { in os_realloc()
762 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
384 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
718 a->magic = ALLOC_MAGIC; in os_malloc()
736 if (a->magic != ALLOC_MAGIC) { in os_realloc()
762 if (a->magic != ALLOC_MAGIC) { in os_free()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs-2.0/mpr/
H A DmprAlloc.c64 #define ALLOC_MAGIC 0xe814ecc0 macro
73 #define VALID_HDR(bp) (((bp)->flags & ~0x3F) == ALLOC_MAGIC)
183 bp->flags = ALLOC_MAGIC; in mprAllocInit()
366 bp->flags = ALLOC_MAGIC; in mprAllocBlock()
759 bp->flags = ALLOC_MAGIC | ALLOC_FLAGS_SLAB_BLOCK; in mprSlabAllocBlock()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dircaux.c82 #define ALLOC_MAGIC (unsigned long)0x7fbdce70 macro
96 if (magic(ptr) != ALLOC_MAGIC) in malloc_check()
129 ptr, alloc_size(ptr), magic(ptr), ALLOC_MAGIC); in fatal_malloc_check()
171 magic(ptr) = ALLOC_MAGIC; in really_new_malloc()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c89 #define ALLOC_MAGIC (unsigned long)0x7fbdce70 macro
103 if (magic(ptr) != ALLOC_MAGIC) in malloc_check()
136 ptr, alloc_size(ptr), magic(ptr), ALLOC_MAGIC); in fatal_malloc_check()
181 magic(ptr) = ALLOC_MAGIC; in really_new_malloc()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dircaux.c62 #define ALLOC_MAGIC 0xafbdce70 macro
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dircaux.c62 #define ALLOC_MAGIC 0xafbdce70 macro