|
@ -27,13 +27,8 @@ |
|
|
#include "v8-profiler.h" |
|
|
#include "v8-profiler.h" |
|
|
|
|
|
|
|
|
#include <assert.h> |
|
|
#include <assert.h> |
|
|
#include <stdlib.h> // malloc, free |
|
|
|
|
|
#include <string.h> // memcpy |
|
|
#include <string.h> // memcpy |
|
|
|
|
|
|
|
|
#ifdef __POSIX__ |
|
|
|
|
|
# include <arpa/inet.h> // htons, htonl
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#define MIN(a,b) ((a) < (b) ? (a) : (b)) |
|
|
#define MIN(a,b) ((a) < (b) ? (a) : (b)) |
|
|
|
|
|
|
|
|
#define BUFFER_CLASS_ID (0xBABE) |
|
|
#define BUFFER_CLASS_ID (0xBABE) |
|
|