mesa: remove the MALLOC, CALLOC and FREE macros
authorBrian Paul <brianp@vmware.com>
Thu, 10 Apr 2014 01:35:27 +0000 (19:35 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 10 Apr 2014 13:53:12 +0000 (07:53 -0600)
commit5206d4bc09a0e2be0e9bb91b4610455af25ca428
tree544cdc72c09d8f36c38ea03f3f93f9a5a70739e3
parent7e550503010fa804bfc6dfe2a68d664842c1349c
mesa: remove the MALLOC, CALLOC and FREE macros

No longer used anywhere.  These also caused trouble in the Gallium
state tracker code where we include both core Mesa and Gallium util
headers (and the macros were defined differently in each world.)
Removing these macros should help avoid macro mix-ups in the future.

Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/imports.h