mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
ddd4d3ad73
61 changed files with 620 additions and 640 deletions
|
@ -559,9 +559,10 @@ class os: AllStatic {
|
|||
static char* strdup(const char *); // Like strdup
|
||||
|
||||
#ifndef PRODUCT
|
||||
static int num_mallocs; // # of calls to malloc/realloc
|
||||
static size_t alloc_bytes; // # of bytes allocated
|
||||
static int num_frees; // # of calls to free
|
||||
static julong num_mallocs; // # of calls to malloc/realloc
|
||||
static julong alloc_bytes; // # of bytes allocated
|
||||
static julong num_frees; // # of calls to free
|
||||
static julong free_bytes; // # of bytes freed
|
||||
#endif
|
||||
|
||||
// SocketInterface (ex HPI SocketInterface )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue