OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEARCH_CAP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
addr2line-pdb.c
48
#define
SEARCH_CAP
(1024*1024)
93
search = malloc(
SEARCH_CAP
);
94
if (SymGetSearchPath(process, search,
SEARCH_CAP
)) {
95
if (strlen(search) + sizeof(";" WEBSYM) >
SEARCH_CAP
) {
nm-pdb.c
59
#define
SEARCH_CAP
(1024*1024)
216
search = malloc(
SEARCH_CAP
);
217
if (SymGetSearchPath(process, search,
SEARCH_CAP
)) {
218
if (strlen(search) + sizeof(";" WEBSYM) >
SEARCH_CAP
) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
addr2line-pdb.c
48
#define
SEARCH_CAP
(1024*1024)
100
search = malloc(
SEARCH_CAP
);
101
if (SymGetSearchPath(process, search,
SEARCH_CAP
)) {
102
if (strlen(search) + sizeof(";" WEBSYM) >
SEARCH_CAP
) {
nm-pdb.c
59
#define
SEARCH_CAP
(1024*1024)
223
search = malloc(
SEARCH_CAP
);
224
if (SymGetSearchPath(process, search,
SEARCH_CAP
)) {
225
if (strlen(search) + sizeof(";" WEBSYM) >
SEARCH_CAP
) {
Completed in 185 milliseconds