1 #include <portability.h>
54 "numeric indifferent"};
91 print (thisAgent,
"\nAllocating preference at 0x%8x: ", reinterpret_cast<uintptr_t>(p));
108 print (thisAgent,
"\nDeallocating preference at 0x%8x: ",reinterpret_cast<uintptr_t>(pref));
112 strncpy (msg,
"prefmem.c: Internal Error: Deallocating preference with ref. count != 0\n",
BUFFER_MSG_SIZE);
121 pref, all_of_goal_next, all_of_goal_prev);
125 inst_next, inst_prev);
216 print (thisAgent,
"\nAdd preference at 0x%8x: ",reinterpret_cast<uintptr_t>(pref));
225 bool already_top_o_supported =
false;
231 already_top_o_supported =
true;
235 if ( already_top_o_supported )
245 all_of_slot_next, all_of_slot_prev);
303 while ( !exists && w )
320 #ifdef USE_MEM_POOL_ALLOCATORS
365 print (thisAgent,
"\nRemove preference at 0x%8x: ",reinterpret_cast<uintptr_t>(pref));
371 all_of_slot_next, all_of_slot_prev);
412 for (pref=o_rejects; pref!=
NIL; pref=pref->
next) {
417 print (thisAgent,
"\nO-reject posted at 0x%8x: ",reinterpret_cast<uintptr_t>(pref));
424 next_pref = pref->
next;
436 bufdeallo.push_back(p);