#include "stdafx.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include "gul_types.h"
#include "gust_pool.h"
#include "gust_pooltbl.h"
Go to the source code of this file.
Namespaces | |
namespace | gust |
Functions | |
GULAPI void | gul_halt (void) |
|
Definition at line 32 of file gust_pool.cpp. References GULAPI, gust::pool, POOL_ALIGNMENT, and gust::Pools. Referenced by gul::Ptr< EP >::operator *(), and gul::Ptr< EP >::operator[]().
00033 { 00034 #ifdef POOLDBG 00035 cout << "this is a place for setting breakpoints\n"; 00036 #endif 00037 } |