VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/testOOMlib.h@ 103314

最後變更 在這個檔案從103314是 95312,由 vboxsync 提交於 2 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

  • 屬性 svn:eol-style 設為 native
檔案大小: 623 位元組
 
1#ifndef TEST_OOM_LIB_H
2#define TEST_OOM_LIB_H
3
4#include <config.h>
5
6#ifdef HAVE_SYS_TYPES_H
7#include <sys/types.h>
8#endif
9
10void* test_malloc (size_t bytes);
11void* test_realloc (void *memory,
12 size_t bytes);
13void test_free (void *memory);
14char* test_strdup (const char *str);
15
16/* returns true on success */
17typedef int (* TestMemoryFunction) (void *data);
18
19/* returns true on success */
20int test_oom_handling (TestMemoryFunction func,
21 void *data);
22
23/* get number of blocks leaked */
24int test_get_malloc_blocks_outstanding (void);
25
26#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette