#include <cstddef>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <float.h>
#include <math.h>
#include "gul_error.h"
#include "gust_pool.h"
#include "gust_new.h"
#include "guma_sorting.h"
Go to the source code of this file.
Namespaces | |
namespace | gul |
Defines | |
#define | ALIGNMENT 8 |
#define | POOL_ALIGNMENT (ALIGNMENT > sizeof(void*) ? ALIGNMENT : sizeof(void*)) |
#define | GULAPI |
#define | LL(i) i##LL |
|
Definition at line 47 of file gul_types.h. |
|
|
Definition at line 135 of file gul_types.h. Referenced by guma::random_des::des_random(). |
|
Definition at line 48 of file gul_types.h. Referenced by gul_halt(). |