Home
last modified time | relevance | path

Searched defs:HT_MALLOC (Results 1 – 2 of 2) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTMemory.h80 #define HT_MALLOC(size) HTMemory_malloc((size)) macro
/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dhash.c55 #define HT_MALLOC(H,size,name) (*((HashVTable*)H->vtable)->hv_malloc)(size,name) macro